To receive mail I usually use:
imap_open('{mail.sito.com:143/notls}', $user, $pass);
I am having difficulty however when I have to connect to an email on Aruba server.
i tried with:
{mail.website.com:143}
{mail.website.com/pop3:110}
{pop3.website.com/pop3:110}
{imaps.aruba.it:993}INBOX
{imaps.aruba.it:993}
but it does not open the stream.
Do you know which is the right string to use?