From 74aeeef6b6075988e95825c932ce260d0da38558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 21 Mar 2021 12:56:44 +0100 Subject: [PATCH] Add SMTP to .env.example --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.env.example b/.env.example index f5312d7..70da582 100644 --- a/.env.example +++ b/.env.example @@ -10,3 +10,12 @@ MONGO_PASSWORD= AUTHENTICATION_DATABASE= STRAPI_URL= STRAPI_ADMIN_URL= + +#SMTP ENV + +SMTP_HOST= +SMTP_PORT= +SMTP_USERNAME= +SMTP_PASSWORD= +SMTP_FROM= +SMTP_REPLY_TO=