mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user