From 24e22ff081ba6df76e6cbf93a6959f00aae9ee92 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Wed, 18 Sep 2024 16:52:21 +0000 Subject: [PATCH] GITBOOK-57: No subject --- docs/developer-guide/smtp-configuration-and-emails.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide/smtp-configuration-and-emails.md b/docs/developer-guide/smtp-configuration-and-emails.md index ee630b40..dcad54cd 100644 --- a/docs/developer-guide/smtp-configuration-and-emails.md +++ b/docs/developer-guide/smtp-configuration-and-emails.md @@ -15,7 +15,7 @@ For local development with `smtp4dev`, configure the following environment varia ```makefile APP_SMTP_4_DEV_PORT=9002 -EMAIL_SMTP_ENABLED=false +EMAIL_SMTP_ENABLED=true EMAIL_SMTP_HOST=smtp4dev EMAIL_SMTP_PORT=25 EMAIL_SMTP_SECURE=false @@ -26,7 +26,7 @@ EMAIL_SMTP_FROM=noreply@example.com ## **Production Environment** -In production, use a third-party SMTP service by configuring the environment variables before running `make start`: +In production, use a third-party SMTP service by configuring the environment variables before running `make start`, here is an example: ```makefile EMAIL_SMTP_ENABLED=true