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