mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-17 17:04:07 -05:00
Improve email notification logging (#5502)
This commit is contained in:
parent
32e7c9e7f2
commit
f47969f42a
1
changelog.d/5502.misc
Normal file
1
changelog.d/5502.misc
Normal file
@ -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…
x
Reference in New Issue
Block a user