This tool extracts email addresses from your text that belong to specified domains. It allows you to include only emails from the domains you list or to exclude emails from certain domains, and you can format the output using a custom format. Simply enter your text, specify your domains, and run the tool.
Examples:
Extract All Emails
Extracts every email address from the text.
Before:
Please contact support@example.com or info@example.org for more details.
After:
support@example.com info@example.org
Extract Only Emails from Specified Domains
Extracts only email addresses belonging to the specified domain(s) (e.g., "gmail.com").
Before:
Reach out at john@gmail.com and jane@yahoo.com for help.
After (specifying "gmail.com"):
john@gmail.com
Extract All Except Emails from Specified Domains
Extracts every email address except those belonging to the specified domain(s) (e.g., "spam.com").
Before:
Contact alice@spam.com or bob@legit.com for support.
After (excluding "spam.com"):
bob@legit.com
Extract Emails with Custom Format
Formats each extracted email address using a custom format.
Before:
Send feedback to feedback@mysite.com.
After (format "Email: {email}"):
Email: feedback@mysite.com