MandrillTransport-CakePHP icon indicating copy to clipboard operation
MandrillTransport-CakePHP copied to clipboard

Limited from support

Open mikkelson opened this issue 10 years ago • 0 comments

The $email->from() function only supports an email address as a string. Passing an array that contains both email and name causes an email not to be sent.

$email->from(array('[email protected]' => 'Website Name'))

mikkelson avatar Jun 20 '14 18:06 mikkelson