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";
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