HTML E-mail Malaise...

This is a discussion on "HTML E-mail Malaise..." within the Classic ASP section. This forum, and the thread "HTML E-mail Malaise... are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 17th, 2006, 05:52
New Member
Join Date: Mar 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
HTML E-mail Malaise...

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!

Last edited by Qixsilver; Mar 17th, 2006 at 05:55.
Reply With Quote

Reply

Tags
html, email, malaise

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Difficulty with HTML E-mail... TheLion Web Page Design 3 Jan 24th, 2008 20:50
problem with images when sending html page by mail juanb007 Web Page Design 4 Apr 29th, 2007 03:25
PHP mail() and spam djme PHP Forum 7 Mar 24th, 2006 19:28
visitors name not displayed in mail after filling in mail form made on earth PHP Forum 7 Nov 16th, 2005 22:43


All times are GMT. The time now is 15:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43