# stacks/auth/authelia/notifier.yml
# Mail settings used for password reset and new device notifications.
# Password goes through the _FILE env to avoid being committed.
host: smtp.home.arpa
port: 587
timeout: 5s
username: authelia@home.arpa
sender: "Authelia <authelia@home.arpa>"
identifier: authelia.home.arpa
subject: "[Authelia] {title}"
startup_check_address: admin@home.arpa
disable_require_tls: false
disable_html_emails: false
tls:
server_name: smtp.home.arpa
skip_verify: false
minimum_version: TLS1.2