cakephp2-php8/lib/Cake/Network/Email
mark_story 20ef10aca2 Fix inline attachments being broken when only sending an HTML text body.
The rel boundary was closed too early causing inline images to be
incorrectly included in the email message.

Refs #3474
2014-05-14 09:42:25 -04:00
..
AbstractTransport.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeEmail.php Fix inline attachments being broken when only sending an HTML text body. 2014-05-14 09:42:25 -04:00
DebugTransport.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
MailTransport.php Include the last error if available when sending with mail() fails. 2014-03-02 21:07:25 -05:00
SmtpTransport.php Match SP as per rfc2821 2014-03-15 11:47:13 +01:00