Discussion:
Problem with Zend_Mail_Transport_Smtp
Ralf Eggert
2007-09-16 10:01:08 UTC
Permalink
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
Nico Edtinger
2007-09-22 12:03:59 UTC
Permalink
Post by Ralf Eggert
Is this a known bug? How can I fix it?
Sounds like <http://framework.zend.com/issues/browse/ZF-326>. Should
be fixed in the next release according to the comments.
Post by Ralf Eggert
Thanks and Best Regards,
Ralf
nico
Ralf Eggert
2007-10-16 13:59:49 UTC
Permalink
Hi Nico,

since I upgraded to ZF 1.0.2 and the error occured again, I wonder if
the issue was fixed in ZF 1.0.2. At the moment I cannot open the ZF-326
issue page you mentioned.

http://framework.zend.com/issues/browse/ZF-326

Anyone any idea?

Best Regards,

Ralf

Loading...