diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-16 12:36:39 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-16 12:36:39 +0100 |
commit | cc83b06cd19f8fc52f86700c1663185a2b1a7cac (patch) | |
tree | 9f6d8c2dcae8057e52a3870ea2ada8be728a43b5 /synapse/handlers/login.py | |
parent | Added PasswordResetRestServlet. Hit the IS to confirm the email/user. Need to... (diff) | |
download | synapse-cc83b06cd19f8fc52f86700c1663185a2b1a7cac.tar.xz |
Added support for the HS to send emails. Use it to send password resets. Added email_smtp_server and email_from_address config args. Added emailutils.
Diffstat (limited to 'synapse/handlers/login.py')
-rw-r--r-- | synapse/handlers/login.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/synapse/handlers/login.py b/synapse/handlers/login.py |