Convert frustrating mailto: links into beautiful modals while protecting
your email from spam bots.
Click the links below. Instead of launching a local desktop email client you never configured, you get a clean, accessible choice.
Even simple text links work automatically without configuration:
john.doe@example.comSafely hide your email from scraping bots using our data attributes:
Contact UsStop annoying users. Let them copy the address or choose Gmail/Outlook web natively.
Obfuscate your emails in HTML to block 99% of scraping bots automatically.
Zero configuration required. Intercepts system settings for perfect theming.
No heavy dependencies. Pure vanilla JS and CSS designed for modern browsers.
Paste this single line of code right before the closing </body> tag on your website:
<script src="https://cdn.jsdelivr.net/npm/mailto-fixer/dist/mailtoFixer.min.js"></script>
That's it! All your standard <a href="mailto:..."> links are
instantly upgraded.
To protect your email from bot scrapers, stop outputting href="mailto:..." in your HTML. Use
our custom data attributes instead:
<a href="#"
data-mailtofixer-username="john"
data-mailtofixer-domain="gmail.com">
Email me here!
</a>
If you want the text inside the link to be automatically replaced with the generated email address,
simply add data-mailtofixer-replace-content="true" to the <a> tag.