Re: Net::SMTP auth()

2003-10-29 Thread Josimar Nunes de Oliveira
The sequence is: new() auth() mail() to() data() datasend() dataend() quit() Josimar - Original Message - From: "Dan Muey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 28, 2003 6:33 PM Subject: Net::SMTP auth() Any one know at what poin

RE: Net::SMTP auth()

2003-10-28 Thread Dan Muey
> The sequence is: > > new() > auth() > mail() > to() > data() > datasend() > dataend() > quit() > > Josimar Thanks Josimar! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Net::SMTP auth()

2003-10-28 Thread Dan Muey
Any one know at what point one needs to do auth() in a standard Net::SMTP session? Do I do it first thing after new or ?? I'm currently doing: new() mail() to() data() datasend() quit() So where do I put auth() in all that? Thanks! Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi