mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 08:05:13 +02:00
Merge 0.2.4 bugfixes
This commit is contained in:
@ -136,7 +136,7 @@ def send_templated_mail(template_name,
|
||||
|
||||
try:
|
||||
return msg.send()
|
||||
except SMTPException:
|
||||
except SMTPException as e:
|
||||
logger.exception('SMTPException raised while sending email to {}'.format(recipients))
|
||||
if not fail_silently:
|
||||
raise e
|
||||
|
Reference in New Issue
Block a user