Sending HTML in an email

They have: 121 posts

Joined: Apr 2003

We are wanting to send out an email to our database of customers. I'm not sure how to do this. I opened a new email and inserted the HTML code into the body of the email and sent it to myself. All I got was code. The desired outcome should have been the actaul HTML page. How can I do this using outlook?

Thanx!

druagord's picture

He has: 335 posts

Joined: May 2003

there is an option somewhere in the config that send message as html or something like that

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi,

<?php
<form enctype=\"text/plain\" action=\"mailto:[email protected]?subject=Subject of Email\">
?>

if the above isn't what you are looking for, play with "method='post'" (or 'get') and it should create an attachment (*.att)

then again, you could use the search button or cgi

Vinny

Where the world once stood
the blades of grass cut me still

They have: 461 posts

Joined: Jul 2003

not sure the mailto is handled as an action anymore. i think you need php/asp/jsp or something to do that, which means you need to look at the functions in that

POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Guys, he's talking about SENDING HTML encoded emails. Like from Outlook...

You need to have the images and CSS on a server unless it's embedded CSS (images will still need to be hosted somewhere or sent as attachments).

You should be able to change the email message type to "html" and then edit it from there. Check resources on "stationery" as it works like a template.

http://www.addme.com/issue293.htm

They have: 121 posts

Joined: Apr 2003

That's what I'm looking for. Thanks Suzanne!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.