You want to give your site's visitors a way to contact you by email but don't want your emali address to be abused. Here are a few ways to protect your email address when building your website.
1. Use defined users and filters
Don't use the catch all email facility. Instead define users such as enquiry@ or sales@. It's better if you can avoid the most obvious ones like info@ as some people might speculatively try these. It's best to use a person's name which does not appear elsewhere on the site.
Most email providers or email software offer you filters to use on incoming email. You define a parameter in the email and then filter out any incoming mail which does not contain it. For example, you could set your email link as mailto:info@companyname.com?body=security%20code%20123%20 (please%20leave%20intact%20in%20message%20body) then filter out any mail which does not contain the text "security code 123". Please note that a space is replaced by "%20" ni the mailto parameter.
This will prevent email from automated systems but you could miss out on genuine mail if the sender fails to understand this measure. Be sure to explain it well on your contact page.
It is important when using filters on an address that you don't use this address to send other mail as your replies could be filtered out. Keep one address purely for email from your website.
2. Use a form
Use a form for your site's visitors to contact you. This hides the email address in the browser but it may still appear in the HTML coding. If it does yuo can get around this by defining a subject line, e.g. info@companyname.com?subject=enquiry and filtering out all incoming mail which does not have this subject line.
3. Use JavaScript for links
It is possible to write the text link in JavaScript instead of HTML. The script breaks the email address down into its elements and then puts it back together. It appears just as a normal HTML link in the browser even down to the way it appears in the browser's status bar. This method keeps everything looking as the visitor would expect but protects your address from Spam harvesters, programs designed to crawl sites and find mailto links in the code.
Copy this code replacing the 4 variables user, domain, extension and link with your own information. This example uses the made up email address info@companyname.com. It should be obvious which parts to change and to what.
[script language="JavaScript" type="text/javascript"][!--
var user = "info";
var domain = "companyname";
var extension = "com";
var link = "Email Us";
document.write('[a href="mailto:' + domain + '.' + extension + '"]'); document.write(link + '[/' + 'a]');
// --][/script]
Please note that the square brackets must be replaced with angled brackets for the script to work. The square brackets are merely to enable me to display the coding here.
Chris Smith is a full time web developer building websites for small businesses and individuals.
Please visit his site to see live examples of these techniques in action and for further information on web design and development.
![]() |
|
![]() |
|
![]() |
|
![]() |
Dynamically Update Your Web Pages Via E-MailIf you can Send... Read More
There are lots of HTML editors on the market, however,... Read More
A company must earn and keep trust or sales don't... Read More
If you don't have a web site yet, are thinking... Read More
D.zigns dzignerwebs The Basics Before starting on... Read More
The growth in Internet usage around the world is astounding... Read More
Webmaster tools are vital to becoming both efficient and effective... Read More
Running an effective website is a continuous process. I have... Read More
I talk with so many people who have small businesses... Read More
Design and layout can make your communication come alive and... Read More
The Internet has opened a whole New World of opportunity... Read More
Revenues are often lost because many business owners don't see... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
Many executives and investors are skeptical that software products can... Read More
With search engines putting a damper on direct reciprocal links,... Read More
If you're looking for better web site ROI, chances are,... Read More
When building a relationship, listening is more important than talking.A... Read More
One of the things that many people overlook when building... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
A professional online reputation is essential to the flourishing of... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
If you are like me you have wanted to build... Read More
Build it and they will come is not always true;... Read More
Before you set up any scripts you will need some... Read More
If you have some experience in web site design and... Read More
A lot has changed in the way sites are optimized... Read More
See how you can create graphic effects on text with... Read More
If you have your own business website and you are... Read More
Although designing a great web site is an important part... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
A website lets you put your products in front of... Read More
Alternate medicine finds its own place in the hearts and... Read More
Making money with your web site is the dream and... Read More
In about the Time it takes to Watch a Reality... Read More
An accessible Web site is easily approached, easily understood, and... Read More
SummaryHere's the scoop on what you must know when designing... Read More
Rosalind wants to share her inspirational poetry with a wider... Read More
Here's something you may never have thought of before:If I... Read More
The Internet is a remarkable publishing medium. With just a... Read More
The art of turning website visitors into paying customers depends... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
Most interactive websites nowadays would require a user to log... Read More
The first step in setting up an online business...Starting an... Read More
A lot of people these days are interested in getting... Read More
Why do some sites succeed while the vast majority of... Read More
The popular search engine Google indexes over 8 billion websites.... Read More
Mini Websites are the most powerful and cost effective solution... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
With all of the factors involved in designing and building... Read More
Designing an E-commerce Web site is not as simple as... Read More
A system development process can follow a number of standard... Read More
Recently, a friend asked "What's the deal with those DIY... Read More
Designing and creating your own website does not have to... Read More
If you're fairly new to the Internet scene, you may... Read More
A common dilemma most small and medium businesses face when... Read More
Analyzing traffic to a site is a key factor in... Read More
So you finally decided to invest in a web presence... Read More
One of my most salient memories from when I sold... Read More
You have permission to publish this article electronically, in print,... Read More
Why do some web sites reap huge benefits while others... Read More
Most web sites are more like stage sets than real... Read More
We are clearly well past the innocent "golden age" of... Read More
Like wine cars get more attractive to collectors as years... Read More
If you are like me you have wanted to build... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
An additional benefit of website accessibility is an improved performance... Read More
Web Development |