Re: How to use Perl for email

2007-10-23 Thread Jenda Krynicky
From: johnnyp <[EMAIL PROTECTED]> > Yes including code and errors would have been more helpful on my > part. I am attempting to use Mail::SendMail with the following code: > > #!C:\Perl\lib\mail > > use strict; > use warnings; > use Mail::SendMail; > > > my%mail = ( To => '[EMAIL PR

Re: How to use Perl for email

2007-10-23 Thread Gunnar Hjalmarsson
johnnyp wrote: I am attempting to use Mail::SendMail with the following code: #!C:\Perl\lib\mail use strict; use warnings; use Mail::SendMail; ^ Case matters, even if you are on Windows. my%mail = ( To => '[EMAIL PROTECTED]', From=> '[EMAIL PROTE

Re: How to use Perl for email

2007-10-23 Thread johnnyp
On Oct 22, 6:52 am, [EMAIL PROTECTED] (Jeff Pang) wrote: > There're lots of modules for sending mail on CPAN.like: > > Mail::Sender > Email::Send > MIME::Lite > Net::SMTP > ... > > which method do you use and what error message did you get? > > On 10/22/07, johnnyp <[EMAIL PROTECTED]> wrote: > > >

Re: How to use Perl for email

2007-10-22 Thread Jeff Pang
There're lots of modules for sending mail on CPAN.like: Mail::Sender Email::Send MIME::Lite Net::SMTP ... which method do you use and what error message did you get? On 10/22/07, johnnyp <[EMAIL PROTECTED]> wrote: > All, > Perl newbie here. I am looking for help on how to send emails form >

How to use Perl for email

2007-10-22 Thread johnnyp
All, Perl newbie here. I am looking for help on how to send emails form a Windows XP platform using Perl 5.8.8. I have tried different codes and must be doing something wrong. Any thoughts or help would be appreciated. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m