You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/environment-variables.md
+1
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
57
57
|`SMTP_PORT`|`587`| The port to use for the SMTP server. |
58
58
|`SMTP_USERNAME`|| The username for the SMTP server. |
59
59
|`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/)|
60
61
|`MAIL_FROM_ADDRESS`|`[email protected]`| The email address that emails will be sent from. |
61
62
|`MAIL_FROM_NAME`|`Docmost`| The name that emails will be sent from. |
0 commit comments