RE: [PHP-INST] Mail in HTML Format

2002-04-05 Thread Jonathan Hilgeman
-copy // == $headers .= "Cc: [EMAIL PROTECTED]\r\n"; $headers .= "Bcc: [EMAIL PROTECTED]\r\n"; // == // send the e-mail // == mail($to, $subject, $message, $headers); ?> -----Original Message- F

[PHP-INST] Mail in HTML Format

2002-04-04 Thread Salvador Gil
Any body can help me? I trying to send a mail in HTML Format, but I get it in text format. The script I'm using is: "; PRINT "Hello, $name."; PRINT ""; PRINT "Thank you for using our mailing scrip"; PRINT ""; //phpinfo(); mail("$email1", "$subject", " $message My E-mail is $email2. Gr