Implement mailer and add welcome email for POP account
This commit is contained in:
parent
a6b926c9bf
commit
b582b10360
10 changed files with 170 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue