mirror of
https://git.sr.ht/~sircmpwn/man.sr.ht
synced 2024-09-09 11:33:01 +02:00
Updating config example for new mail options
This commit is contained in:
parent
8db6e0b822
commit
c685181d1b
1 changed files with 10 additions and 1 deletions
|
@ -38,9 +38,18 @@ redis-host=
|
|||
# Outgoing SMTP settings
|
||||
smtp-host=
|
||||
smtp-port=
|
||||
smtp-from=
|
||||
#
|
||||
# Default: starttls
|
||||
# Options: starttls, tls, insecure
|
||||
smtp-encryption=starttls
|
||||
#
|
||||
# Default: plain
|
||||
# Options: plain, none
|
||||
smtp-auth=plain
|
||||
# user / password are required if smtp-auth is plain
|
||||
smtp-user=
|
||||
smtp-password=
|
||||
smtp-from=
|
||||
#
|
||||
# Application exceptions are emailed to this address
|
||||
error-to=
|
||||
|
|
Loading…
Reference in a new issue