mirror of
https://github.com/hexastack/hexabot
synced 2025-03-10 22:33:49 +00:00
GITBOOK-57: No subject
This commit is contained in:
parent
162a2d830c
commit
24e22ff081
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user