0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-03-05 06:30:10 +01:00
This commit is contained in:
David Baker 2016-04-29 14:37:30 +01:00
parent 3facde2536
commit 311b5ce051

View file

@ -154,7 +154,6 @@ class Mailer(object):
multipart_msg.attach(text_part)
multipart_msg.attach(html_part)
yield sendmail(
self.hs.config.email_smtp_host,
raw_from, raw_to, multipart_msg.as_string(),