chore(docs): add new mailer option to docs
This commit is contained in:
@ -129,6 +129,8 @@ mailer:
|
||||
host: ""
|
||||
# SMTP Host port
|
||||
port: 587
|
||||
# SMTP Auth Type. Can be either `plain`, `login` or `cram-md5`.
|
||||
authtype: "plain"
|
||||
# SMTP username
|
||||
username: "user"
|
||||
# SMTP password
|
||||
|
Reference in New Issue
Block a user