Email Address Encoder
Ever wonder how your email address has found it's way onto email address lists used by spammers. Spammers use email harvesting software that crawl Web sites and gather email addresses. If your email address hasn't been encoded and is on a Web site then there is a greater chance of it being found and added to spam mailing lists.
Here is a simple tool that can encode email addresses for a Web site protecting them from email harvesters. Encoded email addresses are viewable by all Web browsers but not email harvesting software.
Encode Your Email Addresses
- Enter any E-mail address in the first text box
- Click the encode button
- Highlight and copy the resulting code produced in the second text box into your Web page
- To encode another email address click the reset button and enter the new email address
An encoded email link in the source code of a Web page looks like this
<a href="mailto:em@em.ie"> em@em.ie</a>
An unencoded email link in the source code of a Web page looks like this
<a href="mailto:em@em.ie">em@em.ie</a>
Please Note
Use of this tool and the encoded email addresses it generates is the sole responsibility of the user. Storm web development will not accept liability for any damage that may result from use of this tool and/or the encoded email addresses that it generates.
|