Skip to content
Snippets Groups Projects
Commit a3dd0cd134c1 authored by Stan Hu's avatar Stan Hu
Browse files

Add SMTP timeout configuration options

In https://github.com/mikel/mail/pull/1427/files, mail v2.8.1 gem
modified the default open and read timeout values to 5 seconds instead
of the default `Net::SMTP` 30 and 60 seconds, respectively.

Since upgrading to GitLab 15.10.3, some users have observed receiving
`Net::ReadTimeout` errors. This commit restores the original defaults
and allows users to configure the timeouts.

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/410336

Changelog: added
parent e24d7fd8dcfe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment