I had the same problem.. what I did is store the email addresses in 
a database and then replace the email link with a link to a feedback 
form on your website. When people want to email someone, they click 
the link, fill out and submit the form. They never get to see the 
actual email address.
    In my case, I needed to stop the recipients from getting spam, so 
I have the emails going into a queue where I have to approve them 
before they are sent. I check it every few hours - just a page of all 
of the emails. Usually easy to spot bad ones.. and I have a radio 
button for send / delete next to each one. Takes a few minutes a day. 
and got rid of 100% of spam to the recipients.
I just use an autonumber to link them, but you can use a UUID so 
people can't easily guess the sequence. ( I use a form field to make 
it a little harder.)

To see it in action, go to: 
<http://virtualtrials.com/address.cfm>http://virtualtrials.com/address.cfm 
and select any doctor.

Of course, I clearly state that we will be reviewing every email..
Al









~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348025
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to