MandrillTransport-CakePHP
MandrillTransport-CakePHP copied to clipboard
Limited from support
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'))