define smtp configuration

This commit is contained in:
Fabio Sinibaldi 2026-09-15 14:41:45 +02:00
parent 551a189120
commit 017090b83d
1 changed files with 9 additions and 0 deletions

View File

@ -20,3 +20,12 @@ server:
gerbil:
start_port: {{ pangolin_gerbil_start_port }}
base_endpoint: "{{ pangolin_dashboard_url | regex_replace('^https://', '') }}" # Gerbil endpoint should be the FQDN, not the full URL
email:
smtp_host: "{{ pangolin_mail_host}}"
smtp_port: {{ pangolin_mail_port }}
smtp_user: "{{ pangolin_mail_user }}"
smtp_pass: "{{ pangolin_mail_password }}"
smtp_secure: true
no-reply: "{{ pangolin_no_reply_address }}"