How can we help you today?
How to setup emails on an Android mobile device
- Open the Email app on your Android device.
- Go to Settings -> Add Account -> Personal (IMAP/POP) -> Next.
- Enter your email address -> Next.
- Choose IMAP.
- Enter your email password -> Next
- Incoming Mail Settings:
- Username: Your full email address
- Password: Your email account password
- Server: mail.domain.tld (replace domain.tld with your domain)
- Port: 993
- Security Type: SSL/TLS
- Authentication: set to Password
- Outgoing Mail Settings:
- Username: Your full email address
- Password: Your email account password
- Server: mail.domain.tld (replace domain.tld with your domain)
- Port: 465
- Security Type: SSL/TLS
- Authentication: set to Password
- Once your information is filled in, click Create.
Now, let’s talk about why I recommend using IMAP over POP.
IMAP (Internet Message Access Protocol) and POP (Post Office Protocol) are two methods used to access email. The primary difference between the two is that POP downloads emails from the server for permanent local storage, while IMAP leaves them on the server and just caches (temporarily stores) emails locally. In other words, IMAP is a form of cloud storage.
- Multiple Device Access: IMAP allows you to access your email wherever you are, from any device. When you read an email message using IMAP, you aren’t actually downloading or storing it on your computer; instead, you’re reading it from the email service. As a result, you can check your email from different devices, anywhere in the world.
- Synchronization: Changes made in the mailbox will be synced across multiple devices and messages will only be removed from the server if the user deletes the email.
- Space Management: Since emails are not downloaded for local storage (as in POP), IMAP can be a more efficient way to manage space on your device.