Zend framework mail bounce because of return-path

To solve this use

$tr = new Zend_Mail_Transport_Sendmail('[email protected]');
 $_mail = new Zend_Mail('ISO-8859-1');
 $_mail->setDefaultTransport($tr);

and wooo it works

Leave a Reply

Your email address will not be published. Required fields are marked *