Implement mailer and add welcome email for POP account

This commit is contained in:
William Bouzourène 2026-05-05 18:58:40 +02:00
parent a6b926c9bf
commit b582b10360
Signed by: bouzoure
GPG key ID: 423440D735B56BE2
10 changed files with 170 additions and 3 deletions

View file

@ -5,4 +5,11 @@ APP_LISTEN_PORT=3000
APP_BEHIND_PROXY=false
DATABASE_DSN="host=localhost user=camarades password=camarades dbname=camarades port=5432 sslmode=disable TimeZone=Europe/Zurich"
SESSIONS_LOCATION=./sessions.db
AUTHELIA_USERS_LOCATION=./users.yml
AUTHELIA_USERS_LOCATION=./users.yml
AUTHELIA_RESET_URL=https://login.popvaud.ch/reset-password/step1
MAIL_HOST=mail.infomaniak.com
MAIL_PORT=587
MAIL_USERNAME=no-reply@popvaud.ch
MAIL_PASSWORD=very-secure-password
MAIL_FROM_NAME=POP Vaud
MAIL_FROM_ADDRESS=no-reply@popvaud.ch