> But how would I get Outlook to recognize that as a HTML > message and not a plain text message? Any ideas would be greatly > appreciated.
I've used this from the shell prompt with sendmail: === FILE mail.src ======================= From: "Me" <[EMAIL PROTECTED]> To: "Human Resources" <[EMAIL PROTECTED]> Bcc: [EMAIL PROTECTED] Subject: Perl News Content-Type: text/html;charset="iso-8859-1" <HTML> <HEAD> (...) Complete web page here. </HTML> . . === end FILE ============================ SHELL PROMPT $> /bin/sendmail -t < mail.src The last '.' in the mail.src file indicates to Sendmail the end of session. It worked for me. Grant M. _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

