We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eacb705 + f6872bb commit 42ec5e6Copy full SHA for 42ec5e6
friendica/content.md
@@ -96,6 +96,7 @@ The following environment variables are possible for the SMTP examples.
96
- `SMTP_FROM` Sender user-part of the address. (Default: `no-reply` - e.g. no-reply@friendica.local)
97
- `SMTP_TLS` Use TLS for connecting the SMTP Mail-Gateway. (Default: empty)
98
- `SMTP_STARTTLS` Use STARTTLS for connecting the SMTP Mail-Gateway. (Default: empty)
99
+- `SMTP_AUTH` Auth mode for the SMTP Mail-Gateway. (Default: `On`)
100
- `SMTP_AUTH_USER` Username for the SMTP Mail-Gateway. (Default: empty)
101
- `SMTP_AUTH_PASS` Password for the SMTP Mail-Gateway. (Default: empty)
102
0 commit comments