PHP Classes

POP3 e-mail client

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  POP3 e-mail client  >  (Un) Subscribe thread alerts  
Subject:POP3 e-mail client
Summary:i am new in php and want to fetch my emails on my server
Messages:2
Author:sadafm
Date:2008-08-08 08:01:16
Update:2008-08-08 13:31:04
 

  1. POP3 e-mail client   Reply   Report abuse  
Picture of sadafm sadafm - 2008-08-08 08:01:16
i am using your code but not succedded so please tell me what the error reson and how i can resume that please tell me step by step

error:

POP3_Exception [2] -- Sockets Error: (11004) -- The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. in file D:\xampp\htdocs\nlm\others\pop3.class.php at line 188 Trace: #0 D:\xampp\htdocs\nlm\others\pop3_mail.php(39): POP3->connect('tls://pop.gmail...', 995, Array, false) #1 {main}

waiting your quick reply

  2. Re: POP3 e-mail client   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-08-08 13:31:05 - In reply to message 1 from sadafm
I suspect that your PHP installation does not have TLS support enabled. Make sure the OpenSSL extension is installed and enabled in php.ini . Check the output of phpinfo() to see if it is enabled.