Skip to content

Commit

Permalink
SMTP_SECURE documentation (#3)
Browse files Browse the repository at this point in the history
* fixed typo

* SMTP_SECURE doc
  • Loading branch information
olivierIllogika authored Aug 2, 2024
1 parent dc7456e commit ef76f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/self-hosting/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down

0 comments on commit ef76f14

Please sign in to comment.