On Tue, 8 Oct 2002 10:10:55 +1000 , [EMAIL PROTECTED] (Colin Johnstone) wrote:
>I need help sending HTML emails with sendmail have tried this > >open (SENDMAIL, "| $sendmailpath -t"); print SENDMAIL "Content-Type: text/html\n"; >print SENDMAIL "Subject: $subject\n"; >print SENDMAIL "From: $from\n"; >print SENDMAIL "To: $to\n\n"; >print SENDMAIL <<END; >MIME-Version: 1.0 >Content-Type: text/html; charset=us-ascii >Content-Transfer-Encoding: 7bit -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]