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

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

2005-12-19 Thread David Ressler
provider updated antiquated versions of the software.   Reference: Authen::SASL documentation   Dave - Original Message - From: Joydeep Yadav To: perl-win32-users@listserv.ActiveState.com Sent: Monday, December 19, 2005 12:37 PM Subject: Sending email with authentication using Net::SMT

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

2005-12-19 Thread Chris
> 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. > Joydeep

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

2005-12-19 Thread Suresh Govindachar
On Mon, 19 Dec 2005 12:37:47 -0800 (PST) Joydeep Yadav asked > 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. Code in http:/

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