Sending HTML in an email
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!
Webmaster Resources .::. Webmaster Forums .::. Fuel Saver
druagord posted this at 22:05 — 25th August 2003.
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 posted this at 14:30 — 26th August 2003.
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
m3rajk posted this at 16:48 — 26th August 2003.
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 posted this at 18:45 — 26th August 2003.
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
ronhollin posted this at 18:54 — 26th August 2003.
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.