Email configuration standard
We use the standard email configuration for all of our services. Below are the configuration that commonly used by us :
- POP configuration :
- Incoming server : mail.< domain name >
- Incoming port : 110 (POP3)
- SSL : No
- Password type: Plain
- username :(email username)
- Password : (email password)
- Outgoing server : smtp.< domain name >
- Outgoing port : 25 (or 587)
- Outgoing authentication : Use the same settings as incoming server
- IMAP configuration :
- IMAP server : mail.< domain name >
- IMAP port :143
- SSL : No
- Password type: Plain
- username :(email username)
- Password : (email password)
- Outgoing server : smtp.< domain name >
- Outgoing port : 25 (or 587)
- Outgoing authentication : Use the same settings as incoming server