The ONLY program I've ever found on win32 platform that works for sending mail through an SMTP server that requires authentication, is BLAT. All the documentation you need comes with it. Just run a web search for it. It is a command line utility that you can pass just about every parameter that has to do with e-mail formatting and authentication. You would need to use a system() command in your perl script to execute it. Blat is what I have decided to use after weeks of banging my head against the wall trying to use Perl-ready modules with no success. One way around having to use the system command to run blat from perl would be to use Perl's Win32::Process module (I got this solution yesterday thanks to Mark Ricci). Let me know if this is the avenue you would like to take and I'll reply with a working subroutine that implements blat.
Tim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hardik Oza Sent: Wednesday, September 11, 2002 9:35 AM To: [EMAIL PROTECTED] Subject: authentication using Mail::Sender Hello Team, I am using Mail::Sender module and wanted to know if anybody knows how to authenticate to the SMTP sever using this module. Please let me know if there are any examples. Thanks in advance. Hardik __________________________________________________ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs