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?
missing dot in url for html email.
Moderator: General Moderators
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.comonion2k 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.
Any reason behind?