Page 1 of 1

Web forms and POP before SMTP on BQ CentOS

PostPosted: Thu Apr 27, 2006 9:53 am
by cybercytes
I'm trying to get my old HTML forms script (perl) to work with POP before SMTP.
Can anyone show me a snip that will authenticate a script to BQ's POP before SMTP?

I've been unable to make the following work.

use Net::POP3;
my $pop = Net::POP3->new($host);
$pop->login($username, $password);

Thank you
Liz