Hi,
I'm trying to send an e-mail with zend_mail.
The mail was delivered but Zend valdidate hostname.php at line 513
generates this exception:
"iconv_strlen: wrong charset, conversion from 'UTF-8' to 'UTF-32' 
is not allowed."

This is my code
                $mail = new Zend_Mail();
                $mail->setFrom('[email protected]', 
'[email protected]');
                $mail->addTo('[email protected]', $this->_dscDest);
                $mail->setBodyText($testo);
                $mail->setSubject('Registrazione');

                $mail->send();

please help me

-- 
View this message in context: 
http://www.nabble.com/zend_mail-wrong-charset-tp25259224p25259224.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to