mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:46:02 -04:00
Improve email notification logging (#5502)
This commit is contained in:
parent
32e7c9e7f2
commit
f47969f42a
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue