Configure Authelia GMX SMTP notifier
This commit is contained in:
@@ -77,15 +77,13 @@ storage:
|
||||
|
||||
notifier:
|
||||
disable_startup_check: false
|
||||
filesystem:
|
||||
filename: /config/notifications.log
|
||||
# SMTP (fuer 2FA-Codes per Mail - optional, empfohlen fuer Produktion):
|
||||
# smtp:
|
||||
# address: smtp://smtp.example.com:587
|
||||
# username: user@example.com
|
||||
# password: your_password
|
||||
# sender: Authelia <authelia@kaleschke.info>
|
||||
# subject: "[Authelia] {title}"
|
||||
smtp:
|
||||
address: submission://mail.gmx.net:587
|
||||
username: michideheld@gmx.de
|
||||
sender: "Authelia <michideheld@gmx.de>"
|
||||
identifier: auth.kaleschke.info
|
||||
subject: "[Authelia] {title}"
|
||||
startup_check_address: michideheld@gmx.de
|
||||
|
||||
totp:
|
||||
issuer: kaleschke.info
|
||||
|
||||
Reference in New Issue
Block a user