missing dot in url for html email.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
genux33
Forum Newbie
Posts: 18
Joined: Sun Apr 10, 2005 8:22 am

missing dot in url for html email.

Post by genux33 »

hi, I had an email broadcast manager which send html emails to a list of recipicent. When the email reached the user, the link on the email became broken. For example, the html file which is used as the email content contains the link called "http://www.yahoo.com". After the email reached the users, the link go like "http://wwwyahoo.com". It results in broken link

Why does it happen?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Whatever is sending the email out is broken, or whoever typed in the text of the email made an error. There is nothing in any email system that would cause that to happen.
genux33
Forum Newbie
Posts: 18
Joined: Sun Apr 10, 2005 8:22 am

Post by genux33 »

onion2k wrote:Whatever is sending the email out is broken, or whoever typed in the text of the email made an error. There is nothing in any email system that would cause that to happen.
According to the sender, The html file does not have broken url.. so why do the url broken into http://wwwyahoo.com when the html file that is send out is http://www.yahoo.com

Any reason behind?
Post Reply