Skip to content
Snippets Groups Projects
Unverified Commit f47969f4 authored by Neil Johnson's avatar Neil Johnson Committed by GitHub
Browse files

Improve email notification logging (#5502)

parent 32e7c9e7
No related branches found
No related tags found
No related merge requests found
Improve email notification logging.
...@@ -256,7 +256,7 @@ class Mailer(object): ...@@ -256,7 +256,7 @@ class Mailer(object):
multipart_msg.attach(text_part) multipart_msg.attach(text_part)
multipart_msg.attach(html_part) multipart_msg.attach(html_part)
logger.info("Sending email push notification to %s" % email_address) logger.info("Sending email notification to %s" % email_address)
yield make_deferred_yieldable( yield make_deferred_yieldable(
self.sendmail( self.sendmail(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment