PDA

View Full Version : Email Privacy


don_b42
02-16-2006, 01:42 PM
I would like to know how do i protect the privacy of my senders email coming from my webpage?? where in the world do i go on the bluehost console to get this feature. I'll apprecreciate any help i can get on this subject. Thank You.

solarnexus
02-17-2006, 12:45 PM
I'm afraid you'll have to be more clear about what you are talking. I'll take a stab in the dark, regardless:

if your talking about how to protect against email spiders (http://www.google.ie/search?q=email+spider), then there is an accepted format (or range of formats, really). That involves replacing the link with something like this (text only, no link):

me AT here DOT com

instead of

me@here.com

Alternatively, you can create a link to contact page that emails the person through your website. This can only be done with a serverside language such as PHP.

Again, I'm only taking shots in the dark here.