Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support authenticated SMTP | Daniel Dent | 2017-04-05 | 1 | -0/+16 |
| | | | | | | Closes (SYN-714) #1385 Signed-off-by: Daniel Dent <matrixcontrib@contactdaniel.net> | ||||
* | Allow configuring the Riot URL used in notification emails | Adrian Perez de Castro | 2017-01-13 | 1 | -0/+7 |
| | | | | | | | | | | The URLs used for notification emails were hardcoded to use either matrix.to or vector.im; but for self-hosted setups where Riot is also self-hosted it may be desirable to allow configuring an alternative Riot URL. Fixes #1809. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> | ||||
* | brand the email from header | Matthew Hodgson | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | More consistent config naming | David Baker | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | Add config option to not send email notifs for new users | David Baker | 2016-05-10 | 1 | -0/+4 |
| | |||||
* | fix layout; handle app naming in synapse, not jinja | Matthew Hodgson | 2016-05-05 | 1 | -0/+5 |
| | |||||
* | fix assorted typos in default config | Matthew Hodgson | 2016-05-04 | 1 | -3/+3 |
| | |||||
* | Try imports in config | David Baker | 2016-04-29 | 1 | -0/+7 |
| | |||||
* | Default enable email notifs to False | David Baker | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | Nicer get() shorthand | David Baker | 2016-04-29 | 1 | -3/+2 |
| | |||||
* | Remove redundant docstring | David Baker | 2016-04-29 | 1 | -4/+0 |
| | |||||
* | Correct default template and add text template | David Baker | 2016-04-29 | 1 | -1/+2 |
| | |||||
* | Send mail notifs with a plaintext part too | David Baker | 2016-04-29 | 1 | -0/+2 |
| | |||||
* | pep8 | David Baker | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Hopefully all remaining bits for email notifs | David Baker | 2016-04-27 | 1 | -1/+8 |
| | | | | Add public facing base url to the server so synapse knows what URL to use when converting mxc to http urls for use in emails | ||||
* | Generate mails from a template | David Baker | 2016-04-20 | 1 | -10/+25 |
| | |||||
* | Send a rather basic email notif | David Baker | 2016-04-20 | 1 | -0/+62 |
Also pep8 fixes |