Merge 0.2.4 bugfixes

This commit is contained in:
Garret Wassermann
2017-12-18 00:45:36 -05:00
52 changed files with 64 additions and 17956 deletions

View File

@ -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