cakephp2-php8/lib/Cake/Network/Email
mark_story 34158407b2 Exit early if SMTP connection fails.
If the SMTP connection is disconnected (read() returns false) we should
exit early and not wait for the read timeout. This has the added benefit
of making the mocks much simpler.

Refs #10221
2017-02-13 22:37:44 -05:00
..
AbstractTransport.php Fix API docblock CS errors. 2014-06-05 00:28:55 +05:30
CakeEmail.php Can't override CakeEmail class and use deliver 2016-06-13 18:02:26 +02:00
DebugTransport.php Add missing uses() call. 2016-06-02 22:04:50 -04:00
MailTransport.php Fix error messages if PHP's mail() function fails 2017-01-17 19:42:57 +01:00
SmtpTransport.php Exit early if SMTP connection fails. 2017-02-13 22:37:44 -05:00