Jul 27
Posted by mario in php | No Comments
To solve this use
$tr = new Zend_Mail_Transport_Sendmail('-fmail@example.com'); $_mail = new Zend_Mail('ISO-8859-1'); $_mail->setDefaultTransport($tr);
and wooo it works
Tags: email, mail, zend
You are currently browsing the archives for July, 2012