Dear guys,

I guess Swift Mailer has kind of bugs, I found that sometimes I passed
some HTML body to it, the link href's URL will changed , for example:

 <a href="http://www.yahoo.com";>y</a>

will change to

 <a href="http://www..yahoo.com";>y</a>

notice that ".." (duplicate dots)

Finally I fix it by add extra space one href like:


 <a        href="http://www.yahoo.com";>y</a>

Any one has the strange bug like this?

Snake

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to