|
|
 jacob noel - 2009-10-21 19:15:58
This is my setting $obj= new receiveMail(' [email protected]','demo2',' [email protected]','mail.twigaonline.com','pop3','110',false)
but i am getting errorError: Connecting to mail server
Please help
 Bruno Bandeira - 2010-06-22 20:42:09 - In reply to message 1 from jacob noel
i have the same problem!
:(
can you help me please!
many thanks
 Peter Uhlyarik - 2010-12-28 11:06:23 - In reply to message 2 from Bruno Bandeira
Try ssl set true.
 Clifton Hatfield - 2011-03-08 17:40:19 - In reply to message 1 from jacob noel
Try changing line 36 in the class to $strConnect='{'.$mailserver.':'.$port. '/notls}INBOX';
 Ben Hastings - 2012-01-17 09:31:56 - In reply to message 1 from jacob noel
I'm having the same trouble. I've tried both the suggestions above, but I still get the "Error: Connecting to mail server" message.
My code is:-
$obj= new receiveMail(' [email protected]','xxxx',' [email protected]','xxx.com','pop','110',true);
Please can anyone help?
 tony - 2012-07-06 18:32:45 - In reply to message 5 from Ben Hastings
example.php
change
<? to <?php
|