I am creating the html email from code using language c#.net in asp.net version 1.1 for using SMTP mail object for sending the email to the application’s customers. It works fine in our local host. But when we upload this code in live server, html formatted email gets distorted. Sometimes it shows extra
, sometimes it shows extra space between words and sometimes it does not display the image properly. If there is a hyperlink, %20 or %3e symbols come automatically in the URL address, while there is no space in the URL. That?s why user cannot redirect to the desired link.
Above problems only come when the email shooted from the live server. We are receiving these emails in Outlook 2003 and other email serveice provider like gmail, yahoo and hotmail. same type of error coming.
All above issues are not in our local host.
It will be great help if anyone have any solution for this.