I'm trying to use imap_open to get news from a server that requires a
user name and password.
I'm using
$nntp = imap_open("{".$ newsserver."/nntp:".$port."} ".$newsgrou p,
$newsuser, $newspass, OP_ANONYMOUS);
and it's failing to connect.
The PHP docs show using user/password with email but not nntp.
Am I trying to use imap_open to do something it's not able to?
--
Regards - Rodney Pont
The from address exists but is mostly dumped,
please send any emails to the address below
e-mail ngps07 (at) infohit (dot) fsnet (dot) co (dot) uk
user name and password.
I'm using
$nntp = imap_open("{".$ newsserver."/nntp:".$port."} ".$newsgrou p,
$newsuser, $newspass, OP_ANONYMOUS);
and it's failing to connect.
The PHP docs show using user/password with email but not nntp.
Am I trying to use imap_open to do something it's not able to?
--
Regards - Rodney Pont
The from address exists but is mostly dumped,
please send any emails to the address below
e-mail ngps07 (at) infohit (dot) fsnet (dot) co (dot) uk
Comment