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:
parent
773cf60224
commit
b53248178b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue