home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 2885
Discussions: 188,379, Posts: 2,243,460, Members: 232,607
Old August 12th, 2002, 06:12 PM   Digg it!   #1 (permalink)
Ultimate Member
 
rh71's Avatar
 
Join Date: Oct 2001
Location: LI | NY
Posts: 1,250
Send a message via ICQ to rh71 Send a message via AIM to rh71
sending email as HTML

From Hotmail, I can write HTML code as the email text and the recipient would receive it rendered (not as code) complete with pictures in their Outlook client. From Lotus Notes and from the recipient's own Outlook client, when they write the HTML code and send it to themselves, they see the code only.

How do we make it so that their Outlook client always see the code rendered and never see the code? Is it a setting on the recipient's client? The Exchange server on their end? Or does it depend on the person sending it? Again, they sent the code to themself and they saw code only.

I always thought it's determined by the recipient's client and whether it can accept HTML or not.
__________________
rh71.com

rh71 is offline   Reply With Quote
Old August 12th, 2002, 06:15 PM     #2 (permalink)
Ultimate Member
 
Jeordiewhite's Avatar
 
Join Date: Feb 2002
Location: midvale, utah
Posts: 2,308
Send a message via ICQ to Jeordiewhite Send a message via AIM to Jeordiewhite Send a message via Yahoo to Jeordiewhite
Try rendering the code in a program like such as ms word, or any such program, then copy what show's up in word the send it. Take care and good luck.
__________________
* ¨ )
¸.·´¸.·´¨) ¸.·*¨)
(¸.·´ (¸.·´ ,.·´
(´¸.·*´¯`*»- ->Jeordiewhite

Jeordiewhite is offline   Reply With Quote
Old August 12th, 2002, 06:18 PM     #3 (permalink)
Ultimate Member
 
Jeordiewhite's Avatar
 
Join Date: Feb 2002
Location: midvale, utah
Posts: 2,308
Send a message via ICQ to Jeordiewhite Send a message via AIM to Jeordiewhite Send a message via Yahoo to Jeordiewhite
or do you mean you can only write text. an hope it will come through on the other side as the html.
Maybe add a little attachment on the bottom and tell the to put it into word.

Jeordiewhite is offline   Reply With Quote
Old August 12th, 2002, 06:50 PM     #4 (permalink)
Ultimate Member
 
rh71's Avatar
 
Join Date: Oct 2001
Location: LI | NY
Posts: 1,250
Send a message via ICQ to rh71 Send a message via AIM to rh71
I basically want it to come out to the recipient looking like a webpage. I'm writing the HTML on my end when I send it. Showed up fine in recipient's Outlook client when I coded it through Hotmail's compose mode, but not in Outlook or Lotus Notes' compose modes.

Sending blah.html as an attachment to email does not render it either... it only allows a download of the .html file.
rh71 is offline   Reply With Quote
Old August 12th, 2002, 06:52 PM     #5 (permalink)
Member
 
alligator_al's Avatar
 
Join Date: Jul 2002
Location: London, England
Posts: 100
Check to see if under 'Tools > Options > Mail Format' that the 'message format' option is not set to plain text.

If it is, then any text you paste into the outlook window will get sent as 'text' and appear as such on receipt (whatever the recipient's settings). You need to change the option to 'HTML'.

If this wasn't the case, then any html markup sent in an email would automatically render.
alligator_al is offline   Reply With Quote
Old August 12th, 2002, 07:00 PM     #6 (permalink)
Ultimate Member
 
rh71's Avatar
 
Join Date: Oct 2001
Location: LI | NY
Posts: 1,250
Send a message via ICQ to rh71 Send a message via AIM to rh71
The recipient's Outlook client was set to HTML and she sent an email to herself written with html code. It came back as HTML code, not rendered.

But are you saying that the way it is rendered (text vs. rendered HTML) depends on BOTH the Outlook client settings and how it was sent? Both should be set to HTML ? Strange it hasn't worked for us.
rh71 is offline   Reply With Quote
Old August 12th, 2002, 07:23 PM     #7 (permalink)
Member
 
alligator_al's Avatar
 
Join Date: Jul 2002
Location: London, England
Posts: 100
I still think it must be a 'send' setting that is causing this. It seems that there is no easy way to disable the receipt of correctly-formatted html-mail in Outlook (see this explanation of how to do this with VBA)

If it isn't something under the 'Mail format' options then I'm stumped!
alligator_al is offline   Reply With Quote
Old August 12th, 2002, 08:02 PM     #8 (permalink)
Thaumaturge Member
 
howste's Avatar
 
Join Date: Oct 2001
Location: West Haven, Utah
Posts: 12,671
Quote:
Originally posted by rh71
The recipient's Outlook client was set to HTML and she sent an email to herself written with html code. It came back as HTML code, not rendered.
Did she paste the HTML code into Outlook? If that's what she did it would still look like code, because Outlook would format it to display it as text. For example it will use "& lt" instead of "<" so that you can read the code in the email.

For example, if you paste the following HTML into Outlook:
Code:
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.100" name=GENERATOR></HEAD>
<BODY><DIV><FONT face=Arial size=2>
<P><FONT face="verdana, arial, helvetica" size=2>The recipient's
Outlook client was set to HTML and she sent an email to herself
written with html code. It came back as HTML code, not rendered. <BR><HR>
But are you saying that the way it is rendered (text vs. rendered
HTML) depends on BOTH the Outlook client settings and how it
was sent? Both should be set to HTML ? Strange it hasn't worked for us. <HR></FONT>
<P></P></FONT></DIV></BODY></HTML>
It would generate the following code:
Code:
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.100" name=GENERATOR></HEAD>
<BODY><FONT face=Arial size=2>&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;
&lt;/TITLE&gt;<BR>&lt;META 
http-equiv=Content-Type content="text/html; charset=iso-8859-1"&gt;<BR>&lt;META 
content="MSHTML 5.50.4134.100" 
name=GENERATOR&gt;&lt;/HEAD&gt;<BR>&lt;BODY&gt;&lt;DIV&gt;&lt;FONT face=Arial 
size=2&gt;<BR>&lt;P&gt;&lt;FONT face="verdana, arial, helvetica" size=2&gt;The recipient's
Outlook client <BR>was set
to HTML and she sent an email to herself written with html code.
It came <BR>back as HTML code, not rendered.
&lt;BR&gt;<BR>&lt;HR&gt;<BR>But are you saying that the way it
is rendered (text vs. rendered HTML) depends <BR>on BOTH the
Outlook client settings and how it was sent? Both should be set
to <BR>HTML ? Strange it hasn't worked for us. 
<BR>&lt;HR&gt;<BR>&lt;/FONT&gt;<BR>&lt;P&gt;&lt;/P&gt;&lt;/FONT
&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;<BR></FONT>
</BODY></HTML>
Does that make sense? It really is sending HTML code, just not what you wanted...

Last edited by howste : August 12th, 2002 at 08:08 PM.
howste is offline   Reply With Quote
Old August 12th, 2002, 08:14 PM     #9 (permalink)
Ultimate Member
 
strangerstill's Avatar
 
Join Date: Oct 2001
Posts: 1,542
It's probably to do with MIME types... if you look at the entire source of a message that is both HTML and plaintext, you see that it comes in two chunks - the html is listed as text/html to tell the mail client to read it as formatted html. Just typing in html will leave it as text so the mail client won't know that it is html.
strangerstill is offline   Reply With Quote
Old August 12th, 2002, 08:24 PM     #10 (permalink)
Ultimate Member
 
rh71's Avatar
 
Join Date: Oct 2001
Location: LI | NY
Posts: 1,250
Send a message via ICQ to rh71 Send a message via AIM to rh71
So I'm trying to understand - what would I need to modify to get the MIME type set at text/html? At least to show up as HTML and not the code.
rh71 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

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

Most Active Discussions
Is It Just Me? (2885)
The United States Debt (20)
Looks like Burris will get his Sena.. (8)
I think I just killed my computer w.. (24)
Upgrading RAM (5)
Folderchat Weekday thread (439)
Antec 300 bulk purchase? (11)
Worth the upgrade?? (14)
Titan quest and Immortal Throne, an.. (17)
Recent Discussions
Help with an Ati Radeon HD 4850.. (25)
Install Problem for Windows Def.. (0)
New Build ( Finally ) (1)
dual monitors wont boot (0)
Folderchat Weekday thread (439)
MSN Hotmail Down??? (7)
Laptop waking up itself (0)
CPU wont boot (3)
Best digital camera for under 2.. (13)
Blackberry Storm, Gears of War .. (1)
Core 2 Quad Q9550 system (3)
COWBOOM Ripoff! Used Laptop w/$.. (4)


All times are GMT -4. The time now is 08:35 PM.
TechIMO Copyright 2008 All Enthusiast, Inc.



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