I'm not sure I understand the nature of the problem with
using the standard Email tricks through perl?
ciao
drieux
### #!/usr/bin/perl -w
### use strict;
###
### sub DoThatMailVoodoo {
### my ( $userName, $subject, $msg) = @_;
###
### my $bailFile = "/tmp/sendmail.bail.$$";
### my
Try with only 1 \n.. try using MIME::Lite to form the email properly
(which I mentioned before). I have no problems doing this with
MIME::Lite.
Cheers,
Kevin
PS. try trimming any text from replies which have nothing to do with
the reply itself.
On Tue, May 14, 2002 at 04:09:29PM -0500, Camilo G
n";
print MAIL "$contents\n";
close (MAIL);
--- END source---
-Original Message-
From: messag from ESS [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:07 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject:
---
anyone try to make like me before?
Thankx again
>From: Camilo Gonzalez <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, messag from ESS
><[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>S
ct\n\n";
print MAIL "$contents\n";
close (MAIL);
> --- END source---
-Original Message-
From: Kevin Meltzer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 9:35 AM
To: messag from ESS
Cc: [EMAIL PROTECTED]
Subject: Re: yahoo mail
You need a Content-Type header.
Content-Type: text/html; charset="iso-8859-1"
(or whatever your charset is)
Cheers,
Kevin
On Tue, May 14, 2002 at 04:28:44PM +0300, messag from ESS ([EMAIL PROTECTED]) said
something similar to:
> hi all
> I konw you havn't much time then I will begain directly
;[EMAIL PROTECTED]>
> >To: messag from ESS <[EMAIL PROTECTED]>
> >CC: [EMAIL PROTECTED]
> >Subject: Re: yahoo mail did't compile HTML mail
> >Date: Tue, 14 May 2002 15:30:07 +0100
> >
> >messag from ESS wrote:
> >
> > > hi all
> >
"compiled like hotmail" makes no sense. It is how the email client (in
this case Hotmail and Yahoo!) handle incoming email messages. If you
are not adding the proper header information, you can not expect the
client to do what you want.
Do you even know if Yahoo! handles HTML mail correctly? If i
D]>
>CC: [EMAIL PROTECTED]
>Subject: Re: yahoo mail did't compile HTML mail
>Date: Tue, 14 May 2002 15:30:07 +0100
>
>messag from ESS wrote:
>
> > hi all
> > I konw you havn't much time then I will begain directly
> > Probem is:
> > 1- I make a p
messag from ESS wrote:
> hi all
> I konw you havn't much time then I will begain directly
> Probem is:
> 1- I make a program to send a mail.
> 2- I send an HTML mail normaly to yahoo and hotmail.
> 3- The hotmail compile it and display as a web bage.
> 4- The yahoo did't compile it and display th
i believe there should be some kind of header info stating that the content
type is html. i think hotmail just displays it nomatter what, but most mail
browsers won't.
-Original Message-
From: messag from ESS [mailto:[EMAIL PROTECTED]]
Sent: 14 May 2002 14:29
To: [EMAIL PROTECTED]
Subject
11 matches
Mail list logo