Allow to set CA file for SMTP (#2713)
This commit is contained in:
parent
268dd32d76
commit
26bc591572
2 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ SMTP_FROM_ADDRESS=notifications@example.com
|
|||
#SMTP_DOMAIN= # defaults to LOCAL_DOMAIN
|
||||
#SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail
|
||||
#SMTP_AUTH_METHOD=plain
|
||||
#SMTP_CA_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||
#SMTP_OPENSSL_VERIFY_MODE=peer
|
||||
#SMTP_ENABLE_STARTTLS_AUTO=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue