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,
|
tls: false,
|
||||||
enable_starttls_auto: true,
|
enable_starttls_auto: true,
|
||||||
openssl_verify_mode: 'none',
|
openssl_verify_mode: 'none',
|
||||||
|
open_timeout: 15,
|
||||||
|
read_timeout: 15,
|
||||||
authentication: 'xoauth2'
|
authentication: 'xoauth2'
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user