smtp ssl verify mode none
This commit is contained in:
@@ -40,6 +40,7 @@ module ActionMailerConfigsInterceptor
|
|||||||
address: value['host'],
|
address: value['host'],
|
||||||
port: value['port'],
|
port: value['port'],
|
||||||
domain: value['domain'],
|
domain: value['domain'],
|
||||||
|
openssl_verify_mode: OpenSSL::SSL::VERIFY_NONE,
|
||||||
authentication: value.fetch('authentication', 'plain'),
|
authentication: value.fetch('authentication', 'plain'),
|
||||||
enable_starttls_auto: true,
|
enable_starttls_auto: true,
|
||||||
ssl: value['security'] == 'ssl',
|
ssl: value['security'] == 'ssl',
|
||||||
|
|||||||
Reference in New Issue
Block a user