Hi,
 
Try this module:
mail::sender
 
in perldoc mail::sender ->
 
  if ($sender->MailMsg({
    smtp => 'mail.yourISP.com',
    from => '[EMAIL PROTECTED]',
    to =>'[EMAIL PROTECTED]',
    subject => 'this is a test',
    msg => "Hi Johnie.\nHow are you?"
    auth => 'NTLM',
    authid => 'jenda',
    authpwd => 'benda',
  }) < 0) {
   die "$Mail::Sender::Error\n";
 
 
-----Mensagem original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Em nome de Danna Li
Enviada em: sexta-feira, 3 de novembro de 2006 17:18
Para: [email protected]
Assunto: smtp authentication

Hello,
 
I need to send notifications to a large email list but the company has setup smtp authentication for that particular email list.
 
How do I authenticate (smtp) on windows with perl.
 
Any help would be greatly appreciated!!
 
Thanks,
d


Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call rates.
_______________________________________________
Perl-Win32-Admin mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to