|
-
Oct 1st, 2003, 01:07 AM
#1
Thread Starter
Frenzied Member
Mail Headers for sending html email in CGI?
I'm using sendmail with cgi in a script and right now it sends regular text. I want to convert it to send html format email. Can someone show me the line to add to change the header for this? I have searched everywhere and I cannot find it.
Thanks!
-
Oct 2nd, 2003, 12:18 AM
#2
HEADERVARNAME = "From: FROMVARNAME <FROMVAREMAIL>\nReply-To: FROMVAREMAIL\nContent-Type: text/html; charset=iso-8859-1";
Whatever I've capitalized is a variable that you should be dealing with.
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
|