2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Added openssl_verify_mode parameter for action_mailer.

- parameter in `environments/production.rb`
- documentation & default value (nil) in `discourse_defaults.conf`
This commit is contained in:
Claus Strasburger 2014-05-07 23:59:05 +02:00
parent 773cf60224
commit b53248178b
2 changed files with 6 additions and 1 deletions

View file

@ -63,6 +63,10 @@ smtp_authentication = plain
# enable TLS encryption for smtp connections
smtp_enable_start_tls = true
# mode for verifying smtp server certificates
# to disable, set to 'none'
smtp_openssl_verify_mode =
# enable MiniProfiler for administrators
enable_mini_profiler = true