Add sendmail

This commit is contained in:
Ismaël Bouya
2019-02-13 12:16:27 +01:00
committed by Chocobozzz
parent 4d9ae8f7cf
commit ed3f089cc7
4 changed files with 50 additions and 24 deletions

View File

@@ -52,6 +52,10 @@ redis:
db: 0
smtp:
# smtp or sendmail
transport: smtp
# Path to sendmail command. Required if you use sendmail transport
sendmail: null
hostname: null
port: 465
username: null

View File

@@ -53,6 +53,10 @@ redis:
# SMTP server to send emails
smtp:
# smtp or sendmail
transport: smtp
# Path to sendmail command. Required if you use sendmail transport
sendmail: null
hostname: null
port: 465 # If you use StartTLS: 587
username: null