chore: Increase the timeout to support slow SMTP servers (#10318)

Converting
https://github.com/chatwoot/chatwoot/issues/7802#issuecomment-2171005257
to a PR

Co-authored-by: Nickson Yap <hi@nickson.me>
This commit is contained in:
Sojan Jose
2025-04-15 23:45:49 -07:00
committed by GitHub
parent 3da26ee025
commit ebef021e94

View File

@@ -85,6 +85,8 @@ module ConversationReplyMailerHelper
tls: false,
enable_starttls_auto: true,
openssl_verify_mode: 'none',
open_timeout: 15,
read_timeout: 15,
authentication: 'xoauth2'
}
end