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
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
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:
>
>
>
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
>
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