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-16 12:15:49 +05:30
committed by GitHub
co-authored by Nickson Yap
parent 3da26ee025
commit ebef021e94
@@ -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