Results 1 to 2 of 2

Thread: Mail Headers for sending html email in CGI?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Question 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!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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
  •  



Click Here to Expand Forum to Full Width