How can I send an HTML format email using send mail

2001-12-17 Thread jeff
Does anyone know how to send an HTML formatted email using sendmail. I can send plain text email OK. If I format the message using HTML the message shows the HTML tags. I can't find any information regarding this on cpan. Are there any other modules that have this capability? Any help is great

Re: How can I send an HTML format email using send mail

2001-12-17 Thread Agustin Rivera
MAIL PROTECTED]> Sent: Monday, December 17, 2001 9:37 AM Subject: How can I send an HTML format email using send mail > Does anyone know how to send an HTML formatted email using sendmail. I can > send plain text email OK. If I format the message using HTML the message > shows the HTML tags

Re: How can I send an HTML format email using send mail

2001-12-17 Thread Jenda Krynicky
From: "jeff" <[EMAIL PROTECTED]> > Does anyone know how to send an HTML formatted email using sendmail. > I can send plain text email OK. If I format the message using HTML > the message shows the HTML tags. I can't find any information > regarding this on cpan. Are there any

RE: How can I send an HTML format email using send mail

2001-12-17 Thread Scott Lutz
17, 2001 9:38 AM To: [EMAIL PROTECTED] Subject: How can I send an HTML format email using send mail Does anyone know how to send an HTML formatted email using sendmail. I can send plain text email OK. If I format the message using HTML the message shows the HTML tags. I can't find any inform

Re: How can I send an HTML format email using send mail

2001-12-17 Thread Michael R. Wolf
"jeff" <[EMAIL PROTECTED]> writes: > Does anyone know how to send an HTML formatted email using sendmail. I can > send plain text email OK. If I format the message using HTML the message > shows the HTML tags. I can't find any information regarding this on cpan. > Are there any other modules t

RE: How can I send an HTML format email using send mail

2001-12-18 Thread Mike Gargiullo
quot;; -Original Message- From: Scott Lutz [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 3:30 PM To: jeff; [EMAIL PROTECTED] Subject: RE: How can I send an HTML format email using send mail You have to make sure to include the appropriate content type. open (MAIL, "

Re: How can I send an HTML format email using send mail

2001-12-18 Thread Michael R. Wolf
"Mike Gargiullo" <[EMAIL PROTECTED]> writes: > open (MAIL, "|/usr/sbin/sendmail -t -oi") || die "Can't fork for > sendmail:$!\n"; > print MAIL < From: from_email_address > To: to_email_address > Subject: subject here > Date: date here > MIME-Version: 1.0 > Content-Type: multipart/alternative; >