Add missing email env
This commit is contained in:
parent
3eb33ef8e1
commit
ecc1d2b43e
@ -20,6 +20,10 @@ PORT_DB=5432
|
||||
# E-mail options
|
||||
#
|
||||
|
||||
# Incoming Email
|
||||
EMAIL_FROM=noreply@example.com
|
||||
EMAIL_TO=user@example.com
|
||||
|
||||
EMAIL_HOST=smtp.example.com
|
||||
EMAIL_HOST_USER=username
|
||||
EMAIL_HOST_PASSWORD=password
|
||||
|
Loading…
x
Reference in New Issue
Block a user