On Wednesday 02 September 2009 04:57:51 pm Alessandro Camilli wrote:
> 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('webmas...@mydomain.it', 
> 'webmas...@mydomain.it');
>               $mail->addTo('alex_...@dest.it', $this->_dscDest);
>               $mail->setBodyText($testo);
>               $mail->setSubject('Registrazione');
>
>               $mail->send();
>
> please help me

can you please give the complete "getTraceAsString()" output and put that into 
an issue in the jira bug tracker at framework.zend.com/issues?

i can have a look at it then this weekend.

greetings,
benjamin

-- 
Benjamin Eberlei
http://www.beberlei.de

Reply via email to