mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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(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(
|
||||
self.sendmail(
|
||||
|
Loading…
Reference in New Issue
Block a user