Suped

What are the main domain names used by large free email providers and ISPs?

Michael Ko profile picture
Michael Ko
Co-founder & CEO, Suped
Published 25 Apr 2025
Updated 16 Aug 2025
8 min read
When you send emails, understanding the domain names used by large free email providers and internet service providers (ISPs) is crucial for ensuring your messages actually reach the inbox. Each provider has its own set of domains and often unique filtering practices, which directly impact email deliverability.
Navigating this landscape can be complex, as many providers use multiple domains, including legacy ones that are still active despite mergers or rebranding. Knowing these distinctions helps you segment your email lists accurately and tailor your sending strategies for better performance, helping to avoid issues like emails landing in spam folders or being blocked entirely.

Major free email providers and their domains

When we talk about free email providers, a few major players immediately come to mind. These companies host billions of email accounts and process an immense volume of daily email traffic. Their domain infrastructure is vast, often including several older domains that have been maintained for user continuity.
For instance, gmail.com logoGmail, arguably the most dominant free email service, primarily uses gmail.com, but also retains googlemail.com, particularly in certain regions like the UK. Understanding these aliases is key to accurately identifying your recipients.
Similarly, microsoft.com logoMicrosoft's consumer email services have a broad range of domains including outlook.com, hotmail.com, live.com, and msn.com. Many country-specific variations, such as hotmail.co.uk, also remain in active use.
Yahoo! (now part of yahoo.com logoOath/Verizon) is another major provider with domains like yahoo.com, ymail.com, rocketmail.com, and aol.com. Apple'sapple.com logoiCloud Mail service uses icloud.com, me.com, and mac.com for its users. These are common domains you'll encounter on any email list, as noted in a list of popular email domains.
Beyond these giants, other free email providers also have significant user bases. mail.com logoMail.com, for example, offers hundreds of domain choices, though mail.com is its primary one. We generally track a comprehensive set of consumer domains including these popular ones.

Provider

Main Domains

gmail.com logoGoogle
gmail.com, googlemail.com
outlook.com logoMicrosoft
outlook.com, hotmail.com, live.com, msn.com
yahoo.com logoYahoo (Oath/Verizon)
yahoo.com, ymail.com, rocketmail.com, aol.com
apple.com logoApple iCloud Mail
icloud.com, me.com, mac.com
zoho.com logoZoho Mail
zoho.com, zohomail.com
Mail.com
mail.com (and many others)

Internet service provider (ISP) domains

Beyond the purely free email services, internet service providers (ISPs) also offer email addresses, often bundled with their internet subscriptions. These domains typically reflect the ISP's brand name. It's important to recognize these domains as they often have different sending policies compared to the major free providers.
For example, Comcast users often have comcast.net addresses. Similarly, AT&T has domains like att.net and also legacy domains from acquisitions, such as sbcglobal.net and bellsouth.net. Understanding these diverse ISP information points is a crucial part of email deliverability.
Many ISPs maintain distinct domains for their residential customers versus their corporate or business operations. For example, for Comcast, while comcast.net serves consumer accounts, comcast.com is typically used by their employees. Sending to the wrong domain type can impact your sender reputation and inbox placement. This distinction also applies to other large ISPs like Charter, where charter.net is for residential users and charter.com is for corporate use.
As I compile my lists of active domains, I pay close attention to these nuances. It's not just about the top-level domain, but also understanding the brand associations, such as Xfinity being the brand name for Comcast consumer services. This depth of understanding helps us effectively determine the ISP or mailbox provider for any email address, which is essential for proper list management.

Consumer domains

  1. Residential users: These are typically used by individual subscribers for personal email. Examples include comcast.net, att.net, and charter.net.
  2. Brand aliases: Some ISPs use brand names that point to their main consumer infrastructure. Xfinity.com maps to Comcast consumer services.

Corporate domains

  1. Employee use: These domains are for internal company communications and are often associated with stricter filtering. Examples include comcast.com and charter.com.
  2. Higher scrutiny: Emails sent to corporate domains may undergo more rigorous spam checks and might not reach the inbox if not properly authenticated.

Legacy and regional domains

Beyond the most common domains, you will also encounter a variety of legacy and regional email domains. These are often remnants of past acquisitions or smaller local providers. For example, the rr.com domains (e.g., ny.rr.com) are still active even after Time Warner Cable and BrightHouse Networks merged with Charter, now rebranded as Spectrum.
Similarly, twc.com and brighthouse.com continue to route emails to Charter's infrastructure. These legacy domains, along with others like earthlink.net and centurylink.net, are important to acknowledge for comprehensive email list hygiene. You might also encounter country-specific domains, like bigpond.com in Australia, which is part of telstra.com logoTelstra.
I've also observed various international domains that frequently appear on email lists. While the big three (Google, Microsoft, Yahoo) dominate globally, understanding regional players, especially in markets like China, is key. These include popular Chinese email domains that have their own unique deliverability quirks, as discussed in country-specific email overviews.

Chinese email domains

  1. Major players: Popular domains include qq.com, 163.com, 126.com, and sina.com.
  2. Deliverability notes: These providers often have unique rules, including strict content filtering and different domain blocklist dynamics.

Why understanding these domains matters

For anyone involved in email sending, particularly for marketing or transactional purposes, accurately identifying the mailbox provider behind an email address is not just academic, it’s a strategic imperative. Each provider has its own set of rules, algorithms, and technical requirements that impact whether your email lands in the inbox or the spam folder.
For instance, an email sent to a gmail.com address will be filtered by Google's sophisticated systems, which consider factors like sender reputation, content, and user engagement. In contrast, an email to comcast.net will pass through Comcast's specific filters. My primary focus is always on improving email deliverability, and that starts with knowing your audience's domains.
One practical application of this knowledge is in list segmentation. By identifying which domain a recipient belongs to, you can better understand their typical email client and tailor your campaigns. For example, some domains might be more prone to domain blocklisting due to their historical spam abuse rates. Others, like rr.com addresses, are sometimes associated with spam traps, so managing them requires extra care. A more comprehensive list can be found in Al Iverson's MAGY domains list on Spam Resource, or this comprehensive domain list.
Knowing the specific domain helps in diagnosing deliverability issues. For example, if emails to outlook.com addresses are consistently failing, it might indicate an issue with complying with Microsoft's sender requirements. Similarly, if you are experiencing deliverability issues with gmail.com accounts, you would investigate Google's specific guidelines and sender reputation metrics. Having a structured approach to categorize and understand these domains can significantly improve your overall email performance.
Example of domain matching logic for email providersPHP
if (preg_match ('/^(gmail\.com|googlemail\.com)$/i', $domain, $m)) { $easyMatch = "Consumer (Google)"; } else if (preg_match ('/^(hotmail\..*|live\..*|outlook\..*|msn\.com)$/i', $domain, $m)) { $easyMatch = "Consumer (Microsoft)"; } else if (preg_match ('/^(yahoo\..*|aol\..*|ymail\.com|rocketmail\.com)$/i', $domain, $m)) { $easyMatch = "Consumer (Oath)"; } else if (preg_match ('/^(comcast\.net|charter\.net|rr\.com|att\.net)$/i', $domain, $m)) { $easyMatch = "Consumer (ISP)"; }

Views from the trenches

Best practices
Segment your email lists by domain to tailor content and sending practices for better inbox placement and engagement.
Regularly monitor domain-specific deliverability metrics to identify and address issues with particular mailbox providers.
Prioritize strong authentication (SPF, DKIM, DMARC) for all sending domains, as this is universally expected by major providers.
Distinguish between consumer and corporate domains for ISPs, as sending policies and expectations can differ significantly.
Pay attention to regional and legacy domains, as they may still be active and hold deliverability implications for your campaigns.
Common pitfalls
Ignoring legacy domains can lead to bounces or hitting spam traps, as old addresses may become unmonitored or repurposed.
Treating all domains equally without considering their unique filtering rules can result in widespread deliverability issues.
Failing to adapt content or sending volume to specific ISP policies, which can trigger rate limiting or blocklisting.
Not cleaning email lists of old or inactive ISP domains, which can negatively impact sender reputation over time.
Assuming that a parent company's brand domain (e.g., comcast.com) handles consumer mail, when often only .net domains do.
Expert tips
Leverage DMARC reports to gain insights into how different mailbox providers are authenticating and delivering your emails.
Stay updated on major provider policy changes, especially those from Google and Yahoo, as they frequently impact deliverability.
If an ISP offers feedback loops, sign up for them to receive direct insight into complaint rates from their users.
Use a robust email verification service to identify and remove invalid or problematic domains from your sending lists.
When seeing issues with legacy ISP domains, investigate potential mergers that might have consolidated email services.
Expert view
Expert from Email Geeks says that Al Iverson's blog is an excellent resource for lists of major free email provider domains, particularly the MAGY list.
2021-11-22 - Email Geeks
Marketer view
Marketer from Email Geeks says that distinguishing between consumer and employee domains for ISPs like Comcast (e.g., .net vs .com) is crucial for accurate targeting.
2021-11-22 - Email Geeks
The world of email domains is dynamic, with mergers, acquisitions, and rebrands constantly shaping the landscape. To maintain strong email deliverability, it's vital to stay informed about the primary and secondary domains used by the major free email providers and ISPs. This knowledge helps you segment your lists, troubleshoot issues, and ensure your emails consistently reach their intended recipients.
By actively tracking these domains and understanding their specific behaviors, you can enhance your email program's effectiveness and avoid common pitfalls like blocklistings or routing to unintended inboxes. Continuous monitoring and adaptation are key to successful email delivery in this ever-evolving environment.

Frequently asked questions

DMARC monitoring

Start monitoring your DMARC reports today

Suped DMARC platform dashboard

What you'll get with Suped

Real-time DMARC report monitoring and analysis
Automated alerts for authentication failures
Clear recommendations to improve email deliverability
Protection against phishing and domain spoofing