mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Make SMTP authentication mechanism configurable.
This commit is contained in:
parent
eeb83adf71
commit
6d50504a83
2 changed files with 4 additions and 1 deletions
|
@ -56,6 +56,9 @@ smtp_user_name =
|
|||
# password for smtp server
|
||||
smtp_password =
|
||||
|
||||
# smtp authentication mechanism
|
||||
smtp_authentication = plain
|
||||
|
||||
# enable TLS encryption for smtp connections
|
||||
smtp_enable_start_tls = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue