diff --git a/config.env.example b/config.env.example index 94e3a22..8c944e4 100644 --- a/config.env.example +++ b/config.env.example @@ -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