To use SSL with your IMAP, POP3 or SMTP connections, follow these simple steps:
Add the prefix "ssl://" to your server names and enter the port assigend to these secure services as defined by your provider. Per default these ports are 465 for sSMTP, 993 for IMAP and 995 for sPOP3.
E.g.: Your POP3 server is running under mail.my-domain.com and uses port 995 for SSL connections. Then you would enter: ssl://mail.my-domain.com and the port 995 in your profile in PHlyMail.
Hint: This function is available as of phlyMail 3.4.0, the openssl PHP extension is required.

