authelia/examples/templates/notifications
James Elliott df016be29e
fix(notification): incorrect date header format (#3684)
* fix(notification): incorrect date header format

The date header in the email envelopes was incorrectly formatted missing a space between the `Date:` header and the value of this header. This also refactors the notification templates system allowing people to manually override the envelope itself.

* test: fix tests and linting issues

* fix: misc issues

* refactor: misc refactoring

* docs: add example for envelope with message id

* refactor: organize smtp notifier

* refactor: move subject interpolation

* refactor: include additional placeholders

* docs: fix missing link

* docs: gravity

* fix: rcpt to command

* refactor: remove mid

* refactor: apply suggestions

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>

* refactor: include pid

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-07-18 10:56:09 +10:00
..
README.md feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
envelope_with_message_id.tmpl fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
html_email_with_button_and_link.html refactor(templates): utilize more accurate naming (#3125) 2022-04-07 13:05:20 +10:00

README.md

Notification Templates

The following folder contains email templates as examples of what can be done with the email template system. See the docs for more information.