Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Emailing protocols
This guide explains which protocols and ports can be used with Infomaniak email services.
It is imperative that you only use the mail.infomaniak.com server for incoming and outgoing mail.
Recommended ports
We recommend using the following protocols and ports:
- port 993 (secure port for receiving messages via IMAPs)
- port 465 (secure port for sending messages via SMTPs)
Activate SSL / TLS authentication when setting up your software or application.
Other supported protocols
- port 143 (standard port for receiving messages via IMAP)
- port 110 (standard port for receiving messages via POP3)
- port 995 (secure port for receiving messages via POP3s)
- port 587 (alternative port for sending messages via SMTP)
- TLS authentication on SMTP ports 587 and 25 (not recommended)
- SMTP authentication (either LOGIN or PLAIN)
- STARTTLS authentication for IMAP, POP3 and SMTP
It is imperative to use the incoming and outgoing mail.infomaniak.com server.
To display emails from php
imap_open("{mail.infomaniak.com:993/imap/ssl}, $email, $password)
We also support additional security for your email exchanges via http://openpgp.vie-privee.org/openpgp.html
Link to this FAQ: