In the POD it says the default timeout is 120 seconds, but it's actually
only 30. In Mail::SendEasy::SMTP the default is correctly defined as 120
seconds, but in Mail::SendEasy the default is defined as 30s, which is
then given to to Mail::SendEasy::SMTP->new().