Emailscrambler hides your email address from several spam programs. These spam programs search the internet for valid email addresses. They can use these for mass-mailing, e.g. spam.
E_Cloaker 2.0 converts email addresses and text into browser-readable Unicode, making it more difficult for spam extractor 'bots to harvest email addresses from your web page. Using Unicoded addresses throughout your site significantly reduces the amount of spam you receive.
This simple code snippet shows you how to send copies of an e-mail off your mailto links to one or more addresses in addition to the main mailto e-mail address. Quite useful when mail from your site needs to go to two or more people... very easy.
This script automatically captures the title of the current page and the url of the current page and sends them via the user's e-mail client to an address entered in a box on the form. The e-mail address field is also checked to see that it is not empty, and that the e-mail address is in valid format.
Email Riddler is JavaScript tool that encrypts your email address into a series of numbers when displaying it on your site, preventing crawlers from adding your email to their list.
This JavaScript presents users with a dropdown menu with multiple email addresses. Users can then select who (which email address) they want to email and open up their default email client by pressing "View Mail Window" button. The selected email address and subject will be automatically inserted in the users email windows.
This is a variation of Multiple Email Addresses 1 script. Instead of using a dropdown menu, this version uses a set of radio buttons, each with a unique email address. Other features are the same as Multiple Email Addresses 1.