Re: Creating multiple recipients in the Mail::Mailer module?

2005-04-20 Thread Sisyphus
- Original Message - From: "Chris Conacher" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 20, 2005 1:11 AM Subject: Creating multiple recipients in the Mail::Mailer module? > How do I create multiple recipients in the Mail::Mailer module? > > > >

Creating multiple recipients in the Mail::Mailer module?

2005-04-19 Thread Chris Conacher
How do I create multiple recipients in the Mail::Mailer module?   I currently have the following which works for a single recipient in the 'To' field and I was wondering how to add more?   $mailer = new Mail::Mailer 'smtp',

Mail::Mailer and Windows Usage

2003-06-30 Thread Bernard Golden
I have a program which uses Mail::Mailer to forward some info via email.  When I run it on Windows, I get the following error message:   Died at mailer.pm line 266   The code in mailer.pm around this line is:   sub open {    my($self, $hdrs) = @_;    my $exe = *$self->{Exe}; # || C

Re: Mail::Mailer

2001-05-31 Thread David Hunt
Do perl -MCPAN -e 'install Mail::Mailer' This will get it off CPAN for you. David > Hello guys, > Does anyone have a copy of Mail::Mailer they can email me. Or if their > is an equivalent please let me know. > > Thanks alot,