authelia/internal/configuration
James Elliott a92b0bff1d
[FEATURE] Plain Text Email Notifications (#1238)
* add a plain text email template
* use plain text email template for file based emails
* add config option to SMTP emails named disable_html_emails
  * config option is a boolean that when set to true will only send plain text emails
* add docs for more complex SMTP notifier options
* update template
* add rfc1341 multipart logic to notifier
* check for errors after identity_verification

* * fix nil ptr
* go mod tidy
* remove needless checks

* * use multipart/atlernative instead

* * add rfc5322 compliant date header

* * fix linting issues
2020-08-21 12:16:23 +10:00
..
schema [FEATURE] Plain Text Email Notifications (#1238) 2020-08-21 12:16:23 +10:00
test_resources [FEATURE] Docker simplification and configuration generation (#1113) 2020-06-17 16:25:35 +10:00
validator [FEATURE] Plain Text Email Notifications (#1238) 2020-08-21 12:16:23 +10:00
configuration.gen.go [FEATURE] Docker simplification and configuration generation (#1113) 2020-06-17 16:25:35 +10:00
reader.go [FEATURE] Docker simplification and configuration generation (#1113) 2020-06-17 16:25:35 +10:00
reader_test.go [FEATURE] Docker simplification and configuration generation (#1113) 2020-06-17 16:25:35 +10:00