2
0
Fork 0
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:
Vikhyat Korrapati 2014-01-06 18:19:42 +05:30
parent eeb83adf71
commit 6d50504a83
2 changed files with 4 additions and 1 deletions

View file

@ -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