thanks for your reply
excuse my ignorance: the error generate an
exception. But it doesn't catch from my ErrorController and so
I don't know where put getTraceAsString().
Hi
Alessandro
beberlei wrote:
>
> 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('[email protected]',
>> '[email protected]');
>> $mail->addTo('[email protected]', $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
>
>
--
View this message in context:
http://www.nabble.com/zend_mail-wrong-charset-tp25259224p25296093.html
Sent from the Zend Framework mailing list archive at Nabble.com.