Closed wikiti closed 4 years ago
Hola, @wikiti! First of all I want to say thank you for your report. You're absolutely right! In point of fact Timeout.timeout
, Net::SMTP#open_timeout
, Net::SMTP#read_timeout
use seconds, so Truemail
uses seconds too. And this time there're wrong time units for configuration timeouts in readme and project docs. I will fix it today.
New Issue Checklist
Issue Description
The documentation states the following for
connection_timeout
andresponse_timeout
configuration options:I understand that timeouts are specified in milliseconds. However, after taking a look at the source code, it seems to me that Timeout.timeout is used to handle timeouts, which uses seconds.
Is the documentation wrong, or should timeouts be handled on milliseconds rather than seconds?
Complete output when running truemail, including the stack trace and command used