All articles Email Clients

Mobile Email Configuration: Setting Up Business Email on iOS and Android

SSam wallness07 Jul 2026
Mobile Email Configuration: Setting Up Business Email on iOS and Android

Mobile devices are now the primary way most professionals check their email. Whether you're getting a new hire set up on their first day or troubleshooting why a team member's inbox stopped syncing, configuring business email on a phone is a routine task that still goes wrong in predictable ways.

The core challenge isn't technical complexity — it's that there are multiple protocols, multiple apps, and two major device platforms, each with different configuration screens. This guide walks through the setup process on both iOS and Android, explains which settings actually matter, and covers the problems that come up most often after configuration.

What You Need Before You Start

Before opening any settings screen, gather the following:

  • Your full email address — for example, name@yourdomain.com
  • Your email password or an app-specific password if your account uses two-factor authentication
  • The incoming mail server hostname — typically something like mail.yourdomain.com or imap.yourdomain.com
  • The outgoing (SMTP) server hostname
  • The correct ports (covered below)
  • Whether SSL/TLS is required for connections (it always should be)

If you're using MailDog for email hosting, all of these details are available in your account dashboard under account settings. The MailDog documentation also has configuration details for every supported client.

Choosing Between IMAP and POP3

When adding an account to a mobile client, you'll typically be asked to choose IMAP or POP3. For mobile use, IMAP is almost always the right choice.

IMAP keeps your email on the server and syncs state across every device. When you read a message on your phone, it's marked as read on your desktop client too. Archiving or deleting on one device reflects everywhere.

POP3 downloads messages to a single device and by default removes them from the server. It was designed for single-device access and creates real problems in environments where people check email from phones, tablets, and computers. Use IMAP unless you have a specific reason not to.

Port Reference Guide

Use these port settings when configuring email manually:

  • IMAP incoming: Port 993 with SSL/TLS
  • POP3 incoming: Port 995 with SSL/TLS
  • SMTP outgoing: Port 587 with STARTTLS, or port 465 with SSL/TLS

Avoid port 25 for outgoing mail from mobile devices. It's the server-to-server delivery port, and most mobile carriers and ISPs block outbound connections on port 25 to prevent spam from compromised devices.

Setting Up Business Email on iOS (Apple Mail)

  1. Open Settings and scroll to Mail
  2. Tap Accounts > Add Account
  3. Choose Other — not Google, Microsoft, or another pre-configured option — for custom domain email
  4. Select Add Mail Account and enter your name, full email address, password, and a description for the account
  5. On the next screen, select IMAP
  6. Enter your incoming mail server hostname, username (your full email address), and password
  7. Enter the same information for the outgoing mail server
  8. Tap Next to let iOS verify the connection, then Save

iOS attempts to auto-discover correct port settings during verification. If it fails or uses the wrong ports, go back into the account settings and manually set port 993 for incoming (SSL on) and port 587 or 465 for outgoing (SSL on).

Setting Up Business Email on Android (Gmail App)

The Gmail app on Android handles non-Google accounts well and is a solid default choice:

  1. Open Gmail, tap your profile picture in the top right, and select Add another account
  2. Choose Other for a custom domain email address
  3. Enter your email address and tap Manual setup (don't let it auto-detect if you want to control the settings)
  4. Choose Personal (IMAP)
  5. Enter your password when prompted
  6. Configure the incoming server: hostname, port 993, security type SSL/TLS
  7. Configure the outgoing server: hostname, port 465 or 587, security type SSL/TLS or STARTTLS
  8. Set your preferred sync frequency and tap Done

Android users can also use Samsung Email, Outlook for Android, Nine, or other clients. The configuration fields are similar across apps — the values that matter are always the server hostnames, port numbers, and security type.

Understanding Certificate Errors

If you see a certificate warning during setup, investigate before proceeding. Certificate errors usually mean one of three things:

  • Hostname mismatch: You're using a server address that doesn't match the name on the certificate. Double-check that you're using the correct hostname from your provider's documentation — a common mistake is using the bare domain instead of the mail server subdomain.
  • Expired certificate: The server is running a certificate past its expiration date. Contact your email host to get it renewed.
  • Self-signed certificate: Some private mail servers use self-signed certificates. Your IT team may need to push the certificate to devices via MDM, or the server should be reconfigured to use a CA-signed certificate.

Tapping through a certificate warning to proceed anyway bypasses the check that protects your credentials from being intercepted. Investigate the root cause instead of dismissing the warning.

Troubleshooting Common Sync Issues

If email stops syncing after initial setup, work through these in order:

  • Verify the password is still current. After a password change, the saved credential on the device is outdated and needs to be updated manually in account settings.
  • Check that the server is reachable. Try logging into your webmail interface from a browser to confirm the server is accessible.
  • Check for app-specific password requirements. If your account uses two-factor authentication, your email client may need an app-specific password rather than your regular login password. Check your account's security settings to generate one.
  • Confirm sync is enabled in device settings. Both iOS and Android have system-level background sync toggles that can be inadvertently turned off, especially after OS updates.
  • Remove and re-add the account. If settings appear correct but sync is still broken, removing the account and re-adding it from scratch often resolves the issue cleanly.

Managing Many Devices With MDM

For organizations configuring email on ten or more devices, a mobile device management (MDM) solution is worth considering. MDM platforms can push email profiles automatically — with all the correct server settings pre-filled — eliminating manual configuration and ensuring every device uses consistent, up-to-date settings. When server hostnames or ports change, a single MDM profile update reaches every device immediately.

For configuration details specific to MailDog-hosted email, visit the documentation. If you're running into connectivity or authentication issues that go beyond configuration, the MailDog support team can help diagnose and resolve them.

Related articles