mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
update truemail config
This commit is contained in:
parent
ef933b0106
commit
956f95ac98
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ Truemail.configure do |config|
|
|||
# config.smtp_error_body_pattern = /regex_pattern/
|
||||
|
||||
# Optional parameter. Connection timeout is equal to 2 ms by default.
|
||||
config.connection_timeout = ENV['default_connection_timeout'].to_i
|
||||
config.connection_timeout = ENV['default_connection_timeout'].to_i | 1
|
||||
|
||||
# Optional parameter. A SMTP server response timeout is equal to 2 ms by default.
|
||||
config.response_timeout = ENV['default_response_timeout'].to_i
|
||||
config.response_timeout = ENV['default_response_timeout'].to_i | 1
|
||||
|
||||
# Optional parameter. Total of connection attempts. It is equal to 2 by default.
|
||||
# This parameter uses in mx lookup timeout error and smtp request (for cases when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue