smtp ssl verify mode none

This commit is contained in:
DocuSeal
2023-10-16 20:19:28 +03:00
parent 6684a27e2f
commit 10cd3aa72a
+1
View File
@@ -40,6 +40,7 @@ module ActionMailerConfigsInterceptor
address: value['host'],
port: value['port'],
domain: value['domain'],
openssl_verify_mode: OpenSSL::SSL::VERIFY_NONE,
authentication: value.fetch('authentication', 'plain'),
enable_starttls_auto: true,
ssl: value['security'] == 'ssl',