HTML emails

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

How can I send an email that contains html and have it show
correctly.

I type

<html>
Hi!
</html>

and it sends

<html>
Hi!
</html>

instead of
Hi!
 
I think the system had translated it for you as a standard HTML format.:)
I think you should post those format as below:
<html >hello!world!< html> ,
Well , we just add a blank in our <> label.

Eric

How can I send an email that contains html and have it show
correctly.

I type

<html>
Hi!
</html>

and it sends

<html>
Hi!
</html>

instead of
Hi!
 
See if the information on the following page helps:

http://www.slipstick.com/mail1/html.htm

--
Jocelyn Fiorello
MVP - Outlook

*** Messages sent to my e-mail address will NOT be answered -- please
reply only to the newsgroup to preserve the message thread. ***


In
 
Back
Top