Examples
There are many applications for e-mail protektor, and it is designed to be integrated into any website with ease. You can use your existing html skills and don't need to learn anything new to integrate e-mail protektor into your website.
 
just change your e-mail address ( john@doe.com ) with the encrypted address (#EM#vdsg34tg34ggd#EM#) and use it as you normaly would:
 
1. create a simple mailto link arround a name:
<a href=mailto:"#EM#vdsg34tg34ggd#EM#">
John Doe
</a>
 
2. create a simple mailto link arround the e-mail address:
<a href=mailto:"#EM#vdsg34tg34ggd#EM#">
#EM#vdsg34tg34ggd#EM#
</a>
3. create a mailto link arround an image:
<a href=mailto:"#EM#vdsg34tg34ggd#EM#">
<img src="images/someimage.jpg">
</a>
It's just that easy to integrate e-mail protektor into any website
 
* You have to remember to include decoder.js into all the html-s where you will be publishing e-mail addreses.