Hello,
I use imap_open ("{pop.server.c om:110/pop3/
notls}INBOX","u ser","password" ) in a function to get email from pop3
server.
But, it is not working on my new serveur, and it was working on my old
one (error message : Security problem: insecure server advertised
AUTH=PLAIN).
What are the items I have to install to make imap_open work (I have
already installed on my Debian php5-imap, openssl) ? Is there any
configuration ?
Thanx in advance ..
I use imap_open ("{pop.server.c om:110/pop3/
notls}INBOX","u ser","password" ) in a function to get email from pop3
server.
But, it is not working on my new serveur, and it was working on my old
one (error message : Security problem: insecure server advertised
AUTH=PLAIN).
What are the items I have to install to make imap_open work (I have
already installed on my Debian php5-imap, openssl) ? Is there any
configuration ?
Thanx in advance ..
Comment