I have a complex web app that sends
asp generated
html e-mails that also posts the
html online in the form of a web page. The web pages are written first, and viewable with no problems, the code is intact and everything appears to be hunky-dorey. However, when the e-mail is received, the
html code looks something like this:
<html>
<head>
<title>New_Mail</title>
</head>
<body topmargin=3D"0" leftmargin=3D"0" marginheight=3D"0" =
marginwidth=3D"0" LINK=3D'9A8720' VLINK=3D'9A8720' ALINK=3D'9A8720' =
bgcolor=3D#ffffff>
Note the addition of "3D" prior to quotes, and the inclusion of the "=" symbol in weird places. These characters do NOT appear in the online version of the same page, but are generated (for some reason) when the page is sent via e-mail. The new characters are causing all sorts of mayhem when attempting to view some of the sent pages. The pages are being sent via CDONTS, I'm not sure if that could have anything to do with it, but I'm not sure why the code would be different when e-mailed. Does anyone have any idea what could be causing the oddities, and moreover, is there a simple way to fix this? Any help is greatly appreciated.
Thanks!