Re: Sending email with authentication using Net::SMTP.

2005-12-19 Thread Joydeep Yadav
nt and $password that authorize you for that server. My attempt at this failed until my service provider updated antiquated versions of the software.   Reference: Authen::SASL documentation   Dave - Original Message - From: Joydeep Yadav To: perl-win32-users@listserv.ActiveSta

Sending email with authentication using Net::SMTP.

2005-12-19 Thread Joydeep Yadav
Hi,   Is anyone aware of any method of sending email with authentication using Net::SMTP or any other module. At this point I am experimenting trying to send email using perl v 5.6.1.   My ISP seems to require authentication when I run the script below with debug enabled.   Thanks,