|
|
@@ -786,7 +786,8 @@ def ConfermaScadenza(request,uuid=None):
|
|
|
|
|
|
if causale.send_email_account:
|
|
|
ac = getConfigurazione("mail:accounting")
|
|
|
- sm.set_rcptto([ac,])
|
|
|
+ re.split(' |,',ac)
|
|
|
+ sm.set_rcptto(ac)
|
|
|
te = getConfigurazione("mail:accounting_template")
|
|
|
template = Template.objects.get(pk=te)
|
|
|
sm.set_soggetto(template.soggetto)
|