mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Make SMTP authentication mechanism configurable.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user