ROTECTED]>
To: "Rafael Morales" <[EMAIL PROTECTED]>, beginners@perl.org
Subject: Re: for send an email part II
Date: Fri, 30 Dec 2005 00:21:52 +0100
>
> From: "Rafael Morales" <[EMAIL PROTECTED]>
> > Well I have done this code, but the messages ar
- Original Message -
From: "Dr.Ruud" <[EMAIL PROTECTED]>
To: beginners@perl.org
Subject: Re: for send an email part II
Date: Thu, 29 Dec 2005 22:07:52 +0100
>
> Rafael Morales:
>
> > Well I have done this code, but the messages arrive in white
>
Rafael Morales:
> Well I have done this code, but the messages arrive in white
There should be at least one empty line between header and body,
so add a "\n" somewhere.
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EM
Well I have done this code, but the messages arrive in white :(, anybody could
help me with this please ???.
Note: I do not know the list of users for that reason I need multipart.
Regards
#!/usr/bin/perl
use strict;
use warnings;
my $msg_html = "message.html";
my $msg_txt = "messag
Sometimes your responses just crack me up, Chris !
Chris Devers wrote:
On Sat, 24 Dec 2005, Rafael Morales wrote:
I need to send an email to some clients, so I need to know if their
mail client can accept html format or just text format. How can know
that ???, I think that there is, some
On 12/23/05, Rafael Morales <[EMAIL PROTECTED]> wrote:
> I need to send an email to some clients, so I need to know if their mail
> client can accept html format or just text format. How can know that ???, I
> think that there is, some cpan module to do that however I haven't found it.
When you
On Sat, 24 Dec 2005, Rafael Morales wrote:
> I need to send an email to some clients, so I need to know if their
> mail client can accept html format or just text format. How can know
> that ???, I think that there is, some cpan module to do that however I
> haven't found it.
The mail sender h
Hi list !!!.
I need to send an email to some clients, so I need to know if their mail client
can accept html format or just text format. How can know that ???, I think that
there is, some cpan module to do that however I haven't found it.
Could you help me please with this homwork ??? thank you