Hi,
I have a little problem and I don't know how to solve it.
For sending
mails I use Zend_Mail_Transport_Smtp. Under certain
conditions an url in
the mail text gets destroyed.
The url in the mail text should look like this:
http:/
/de.travello.com/model/controller/action
But when I open the mail, I get this:
http://
de.travellocom/model/controller/action
So the dot in the domain is missing. Since this is not
happening in all
mails I tried to find out why this only happens some times.
So I looked
at the raw source code of the mail and found out that the
missing dot is
exactly the last sign in the row before a line break was
added by
Zend_Mail_Transport_Smtp.
Is this a known bug? How can I fix it?
Thanks and Best Regards,
Ralf
|