mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user