Re: How to send HTML emails with Sendmail

2002-10-08 Thread Jenda Krynicky
From: "Johnstone, Colin" <[EMAIL PROTECTED]> > I have successfully sent just plain text emails using sendmail but can > I send HTML emails, I have tried this with no success. > > $from="foo\@bar.com"; > $to= shift; > $subject="Latest News!"; > $sendmailpath="/usr/sbin/sendmail";

How to send HTML emails with Sendmail

2002-10-07 Thread Johnstone, Colin
Hi, I have successfully sent just plain text emails using sendmail but can I send HTML emails, I have tried this with no success. $from="foo\@bar.com"; $to= shift; $subject="Latest News!"; $sendmailpath="/usr/sbin/sendmail"; open (SENDMAIL, "| $sendmailpath -t"); print SENDMAIL "Subject: $sub