From ecc1d2b43e3456370d98199666d9fc46feaac878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 17 Jan 2022 13:44:33 -0500 Subject: [PATCH] Add missing email env --- config.env.example | 4 ++++ 1 file changed, 4 insertions(+) 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