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
Welcome to my world
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