Re: for send an email part II

2005-12-29 Thread Rafael Morales
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

Re: Re: for send an email part II

2005-12-29 Thread Rafael Morales
- 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 >

Re: for send an email part II

2005-12-29 Thread Dr.Ruud
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

for send an email part II

2005-12-29 Thread Rafael Morales
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

Re: for send an email

2005-12-26 Thread tee
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

Re: for send an email

2005-12-23 Thread Adriano Ferreira
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

Re: for send an email

2005-12-23 Thread Chris Devers
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

for send an email

2005-12-23 Thread Rafael Morales
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