![Picture of szucs laszlol Picture of szucs laszlol](/graphics/unknown.gif)
szucs laszlol - 2008-02-05 20:47:29
Hi!
I tried to use the next code for read my emails with PHP:
<?php
require ('pop3.class.inc');
$pop3 = new POP3;
// Connect to mail server
$do = $pop3->connect ('pop3.vipmail.hu');
if ($do == false) {
die($pop3->error);
}
echo 'Connected to mail server';
$pop3->close();
?>
But the answer what I get:
POP3 connect() - Error: Can't connect to Server. Error: --
Can you help me what sould be the problem??
Thanks,
Szuecs -
szucs_laszlo@vipmail.hu