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 additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to