Outgoing SMTP Server
Set these variables so the incoming mails will send with these configurations.
| Name | Description | Required | Default Value |
|---|---|---|---|
| SERVER_SMTP_HOST | Host address of the smtp server | Yes | |
| SERVER_SMTP_PORT | Port number of smtp server | Yes | |
| SERVER_SMTP_PASSWORD | Password of smtp server | Yes | |
| SERVER_SMTP_USER | Username of smtp server | Yes | |
| SERVER_SMTP_DOMAIN | Domain for smtp mail server | Yes | |
| SERVER_SMTP_ENABLE_TLS | Set true to use TLS | No | FALSE |