summary refs log tree commit diff
path: root/synapse/config/emailconfig.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Calculate absolute path for email templatesRichard van der Hoff2018-10-191-22/+18
* Put the warning blob at the top of the fileRichard van der Hoff2018-10-171-6/+9
* Ship the email templates as package_dataRichard van der Hoff2018-10-171-3/+30
* Support authenticated SMTPDaniel Dent2017-04-051-0/+16
* Allow configuring the Riot URL used in notification emailsAdrian Perez de Castro2017-01-131-0/+7
* brand the email from headerMatthew Hodgson2016-06-021-1/+1
* More consistent config namingDavid Baker2016-05-101-1/+1
* Add config option to not send email notifs for new usersDavid Baker2016-05-101-0/+4
* fix layout; handle app naming in synapse, not jinjaMatthew Hodgson2016-05-051-0/+5
* fix assorted typos in default configMatthew Hodgson2016-05-041-3/+3
* Try imports in configDavid Baker2016-04-291-0/+7
* Default enable email notifs to FalseDavid Baker2016-04-291-1/+1
* Nicer get() shorthandDavid Baker2016-04-291-3/+2
* Remove redundant docstringDavid Baker2016-04-291-4/+0
* Correct default template and add text templateDavid Baker2016-04-291-1/+2
* Send mail notifs with a plaintext part tooDavid Baker2016-04-291-0/+2
* pep8David Baker2016-04-281-1/+1
* Hopefully all remaining bits for email notifsDavid Baker2016-04-271-1/+8
* Generate mails from a templateDavid Baker2016-04-201-10/+25
* Send a rather basic email notifDavid Baker2016-04-201-0/+62