The `free-email-domains` package provides a comprehensive, curated list of free email domains from around the world, designed to simplify checking if an email address belongs to a free email provider. The current version, 1.0.2, was released on February 23, 2026, and is actively maintained with updates based on data from sources like HubSpot.
pip install free-email-domainsVerified import paths — ran on the pinned version, not inferred.
Import the `whitelist` set and check if a given email's domain exists within it.
Combine with a dedicated email validation library for robust checks, and consider a separate disposable email domain list if that functionality is required.
Review the source list if absolute comprehensiveness is critical. Contributions to update the list are welcomed by the maintainers.
Implement multi-factor authentication (MFA) and consider additional security measures like verifying email deliverability or restricting registration from certain domains, regardless of their 'free' status.
Install the package using pip: 'pip install free-email-domains'.
Use the correct import statement: 'from free_email_domains import free_email_domains'.
Access the list of domains correctly: 'from free_email_domains import free_email_domains; domains = free_email_domains.free_email_domains'.
Manually check if a domain is in the list: 'if domain in free_email_domains.free_email_domains:'.
Ensure correct syntax: 'from free_email_domains import free_email_domains'.
No dependency data recorded yet.