📝 add missing SMTP_PORT to .env.example
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Waiting to run
ci / docker (push) Has been cancelled

This commit is contained in:
Finn Christiansen 2024-11-01 21:28:13 +01:00
parent 1324f387b2
commit 99e432bac0

View file

@ -7,4 +7,5 @@ REGISTRATION_URL="https://matrix.example.org/register?token="
SMTP_HOSTNAME="smtp.example.org" SMTP_HOSTNAME="smtp.example.org"
SMTP_USERNAME="username" SMTP_USERNAME="username"
SMTP_PASSWORD="password" SMTP_PASSWORD="password"
SMTP_PORT="587"
MAIL_FROM_ADDRESS="me@example.org" MAIL_FROM_ADDRESS="me@example.org"