What am I fumbling here?? Perl wants an explicit package name...

use Mail::Sender;
new Mail::Sender
       $sender =  {smtp => 'smtp.mailhost.com', from =>
'[EMAIL PROTECTED]'};
       $sender->MailFile({to => '[EMAIL PROTECTED]', subject => 'Here
is the file',
                          msg => "I'm sending you the list you
wanted.", file => 'myfile.csv'});

 

===
Mike Singleton 
Network Analyst
(253) 272-1916  x1259
(253) 405-1968 (cellular)
[EMAIL PROTECTED]

DaVita Inc.
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to