Skip to content

Commit 42ec5e6

Browse files
authored
Merge pull request #1925 from nupplaphil/friendica
Friendica: Add SMTP_AUTH env
2 parents eacb705 + f6872bb commit 42ec5e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

friendica/content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ The following environment variables are possible for the SMTP examples.
9696
- `SMTP_FROM` Sender user-part of the address. (Default: `no-reply` - e.g. no-reply@friendica.local)
9797
- `SMTP_TLS` Use TLS for connecting the SMTP Mail-Gateway. (Default: empty)
9898
- `SMTP_STARTTLS` Use STARTTLS for connecting the SMTP Mail-Gateway. (Default: empty)
99+
- `SMTP_AUTH` Auth mode for the SMTP Mail-Gateway. (Default: `On`)
99100
- `SMTP_AUTH_USER` Username for the SMTP Mail-Gateway. (Default: empty)
100101
- `SMTP_AUTH_PASS` Password for the SMTP Mail-Gateway. (Default: empty)
101102

0 commit comments

Comments
 (0)