authelia/internal/notification
James Elliott e1cd524f65
[FEATURE] SMTPS support (#643)
* [FEATURE] SMTPS Support
- Added port_tls option to enable SMTPS, off by default.

* Remove configuration variable for SMTPS

Instead we enable SMTPS on port 465 only. The reason for this is so we don't require an additional configuration variable.

* Add SMTPS warning and updated docs

* Adjust SMTPS warning
2020-02-20 12:09:46 +11:00
..
file_notifier.go Force TLS and valid x509 certs in SMTP Notifier by default 2020-01-10 17:37:16 +01:00
notifier.go Force TLS and valid x509 certs in SMTP Notifier by default 2020-01-10 17:37:16 +01:00
smtp_login_auth.go Force TLS and valid x509 certs in SMTP Notifier by default 2020-01-10 17:37:16 +01:00
smtp_login_auth_test.go Force TLS and valid x509 certs in SMTP Notifier by default 2020-01-10 17:37:16 +01:00
smtp_notifier.go [FEATURE] SMTPS support (#643) 2020-02-20 12:09:46 +11:00