Enter an email address and click create.
This script converts a string of text into a JPG image. This helps prevent email addresses from being programmatically extracted by web crawlers, reducing spam risk.
Modify or insert the text and click create. Then right-click and save the generated JPG image.
To integrate into a website, use this tool instead of the traditional mailto link:
<a href="mailto:thisis@my.email">thisis@my.email</a>
Instead, generate an image:
<img src="exemail.jpg" width="120" height="16">
The PHP script: