in reply to Re: Mail::Sender - authentication and design questions
in thread Mail::Sender - authentication and design questions
use Net::POP3; use Mail::Sender; $pop = Net::POP3->new($server); $pop->login( $username, $password) or die "Failed to login!\n"; $pop->quit(); $sender = new Mail::Sender {smtp => $server, ...}; ...
== Jenda@Krynicky.cz == http://Jenda.Krynicky.cz ==
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne, osborne@gateway.grumman.com
|
|---|