feat: add SMTP configuration

This commit is contained in:
Emmanuel BENOîT 2025-01-04 13:06:16 +01:00
parent 46bc60351c
commit 1238b56935
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
5 changed files with 33 additions and 3 deletions

View file

@ -7,3 +7,14 @@ LW_DB_NAME=legacyworlds
LW_DB_USER=legacyworlds
# Legacyworlds database password
LW_DB_PASSWORD=...
# SMTP - Outgoing server
SMTP_HOST=smtp.example.org
# SMTP - Port number
SMTP_PORT=587
# SMTP - Authenticate to outgoing server? (true/false)
SMTP_AUTH=true
# SMTP - User name
SMTP_USER=...
# SMTP - Password
SMTP_PASSWORD=...