📝 add missing SMTP_PORT to .env.example
This commit is contained in:
parent
1324f387b2
commit
99e432bac0
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue