![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: SMTP and Authenticationby saucepan (Scribe) |
on Mar 07, 2001 at 12:17 UTC ( #62691=note: print w/replies, xml ) | Need Help?? |
How does your ISP require you to authenticate -- is it
SMTP AUTH or POP-before-SMTP or something even more exotic? If it's POP-before-SMTP, use
Net::POP3 to log into the POP server once per session, before submitting any outgoing mail (you shouldn't need to actually download any messages). If it's SMTP AUTH it looks like you might be out of luck, unless you feel like adding this functionality yourself (which actually doesn't look that difficult).
In Section
Seekers of Perl Wisdom
|
|