Improve email notification logging (#5502)
parent
32e7c9e7f2
commit
f47969f42a
|
@ -0,0 +1 @@
|
||||||
|
Improve email notification logging.
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue