Add missing email env

This commit is contained in:
Jesús
2022-01-17 13:44:33 -05:00
parent 3eb33ef8e1
commit ecc1d2b43e

View File

@@ -20,6 +20,10 @@ PORT_DB=5432
# E-mail options # E-mail options
# #
# Incoming Email
EMAIL_FROM=noreply@example.com
EMAIL_TO=user@example.com
EMAIL_HOST=smtp.example.com EMAIL_HOST=smtp.example.com
EMAIL_HOST_USER=username EMAIL_HOST_USER=username
EMAIL_HOST_PASSWORD=password EMAIL_HOST_PASSWORD=password