I'm developing an online email app and it logs into some accounts just fine,
but it seems to be having trouble logging into some users' accounts, and not
giving me very much info.

my $pop = new Mail::POP3Client(
                               HOST => 'myserver.com',
                               USER => 'username',
                               PASSWORD => 'password',
                               );
my $stat = $pop->Connect()."\n";

print $pop->Message."\n";

This gives me the output:

USER failed:

What does this mean?

_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to