Skip to content

Commit ef76f14

Browse files
SMTP_SECURE documentation (#3)
* fixed typo * SMTP_SECURE doc
1 parent dc7456e commit ef76f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/self-hosting/environment-variables.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ To configure your application, set the following environment variables. These va
5757
| `SMTP_PORT` | `587` | The port to use for the SMTP server. |
5858
| `SMTP_USERNAME` | | The username for the SMTP server. |
5959
| `SMTP_PASSWORD` | | The password for the SMTP server. |
60+
| `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/) |
6061
| `MAIL_FROM_ADDRESS` | `[email protected]` | The email address that emails will be sent from. |
6162
| `MAIL_FROM_NAME` | `Docmost` | The name that emails will be sent from. |
6263

0 commit comments

Comments
 (0)