|
|||
|
Hello all,
I use the Zend_Mail class for sending an e mail. In the mail I get al kinds of characters that do not belong there. What am I doing wrong My code: // inside a function in my own object // template object is retrieving the html $objMail = new Zend_Mail(); $objMail->addTo($this->strTo); $objMail->setSubject($this->strEmailSubject); $objMail->setBodyHtml ($objTemplate->getHtml()); $objMail->send(); The Html from the template object Dear xxx,<br /> <br /> Thanks for your reply. I will discus this with xxand get back to you.<br /> And the best wishes for 2008 to you too.<br /> <br /> Regards xxx The HTML which is send (just a smal part): <div style="padding-left:60px;">De=r xxx,<br /> <br /> Thanks for your reply. I will discus=this with xxand get back to you.<br /> And the best wishes for 2008=to you too.<br /> <br /> Regards xxx </div> =0A Thanks in advance Roger |
![]() |
| Thread Tools | |
| Display Modes | |
|
|