-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,7 @@ To configure your application, set the following environment variables. These va | |
| `SMTP_PORT` | `587` | The port to use for the SMTP server. | | ||
| `SMTP_USERNAME` | | The username for the SMTP server. | | ||
| `SMTP_PASSWORD` | | The password for the SMTP server. | | ||
| `SMTP_SECURE` | `false` | Use TLS when connecting to the server, typically for port 465. Defaults to false. [See nodemailer 'secure' for details](https://nodemailer.com/smtp/) | | ||
| `MAIL_FROM_ADDRESS` | `[email protected]` | The email address that emails will be sent from. | | ||
| `MAIL_FROM_NAME` | `Docmost` | The name that emails will be sent from. | | ||
|
||
|