GITBOOK-57: No subject

This commit is contained in:
Mohamed Marrouchi 2024-09-18 16:52:21 +00:00 committed by gitbook-bot
parent 162a2d830c
commit 24e22ff081
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -15,7 +15,7 @@ For local development with `smtp4dev`, configure the following environment varia
```makefile ```makefile
APP_SMTP_4_DEV_PORT=9002 APP_SMTP_4_DEV_PORT=9002
EMAIL_SMTP_ENABLED=false EMAIL_SMTP_ENABLED=true
EMAIL_SMTP_HOST=smtp4dev EMAIL_SMTP_HOST=smtp4dev
EMAIL_SMTP_PORT=25 EMAIL_SMTP_PORT=25
EMAIL_SMTP_SECURE=false EMAIL_SMTP_SECURE=false
@ -26,7 +26,7 @@ EMAIL_SMTP_FROM=noreply@example.com
## **Production Environment** ## **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 ```makefile
EMAIL_SMTP_ENABLED=true EMAIL_SMTP_ENABLED=true