|
-
Sep 30th, 2003, 02:24 PM
#1
Thread Starter
Frenzied Member
Sending html email in CGI
Unfortunately I tried doing a search on this but the search routine for vbforum is down right now. So sorry if this is a repeat question.
I have some basic cgi scripts for sending email but they do it in basic text. How do I send html email? Is there something simple I do to convert it to html? Can someone show me what to change/add to my script?
Thanks for your help!
-
Oct 1st, 2003, 04:13 AM
#2
You need to send a MIME header if you don't do that already and set the Content-type to text/html.
Then simply put html tags in the content.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 1st, 2003, 04:14 AM
#3
The tricky part is embedding images in the mail and referring to them, I don't know how that works.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|