summary refs log tree commit diff
path: root/res/templates/notif_mail.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ship the email templates as package_dataRichard van der Hoff2018-10-171-55/+0
| | | | | | | | | | move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
* Add Riot brand to email notifsDavid Baker2016-10-041-1/+3
|
* Fix substitution failure in mail templateDavid Baker2016-06-211-1/+1
|
* tweak mail notifsMatrix2016-05-241-6/+8
|
* fix debug textMatthew Hodgson2016-05-231-2/+2
|
* Merge pull request #786 from matrix-org/matthew/email_notifs_tuningMatthew Hodgson2016-05-171-0/+11
|\ | | | | tune email notifs, fix CSS a bit, and add debugging details
| * tweak textMatthew Hodgson2016-05-161-2/+2
| |
| * tune email notifs, fix CSS a bit, and add debugging detailsMatthew Hodgson2016-05-161-0/+11
| |
* | fix logoMatrix2016-05-131-1/+1
|/
* Switch from CSS to Table layout for HTML mails so they work in Outlook ↵Matthew Hodgson2016-05-101-12/+30
| | | | | | | aka Word Remove templates-vector and theme templates with variables instead Switch to matrix.to URLs by default for links
* fix layout; handle app naming in synapse, not jinjaMatthew Hodgson2016-05-051-1/+1
|
* fix app brandingMatthew Hodgson2016-05-051-1/+1
|
* Some basic css to make it halfway legibleDavid Baker2016-04-281-9/+16
|
* Hopefully all remaining bits for email notifsDavid Baker2016-04-271-0/+15
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