Protect your email address

This is a discussion on "Protect your email address" within the JavaScript Forum section. This forum, and the thread "Protect your email address are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 6th, 2007, 10:50
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Protect your email address

Perhaps someone might be interested in an article I wrote about using JavaScript to protect your email address from email harvesters. I've seen a lot of ways to do it, but I'm rather partial to my way

http://ryanfait.com/articles/2007/01...ail-addresses/

Hopefully I won't forget and I'll keep the articles coming
Reply With Quote

  #2 (permalink)  
Old Jan 6th, 2007, 20:37
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Protect your email address

I have my prefered method as well. I use a form based mail facility for people making the intital contact.

The form is precssed server-side and an email sent to the designated recipient.

Only the server-side code knows the actual email address. The originator of the email only ever finds out what the persons email address was if they choose to reply to that initial contact.

I could be wrong but I think this method is the ultimate spambot proof.
Reply With Quote
  #3 (permalink)  
Old Jan 7th, 2007, 01:58
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Protect your email address

Yeah, that definitely is more foolproof. However, I like using my mail program to send emails; I find it more convenient and personal. I don't always feel like the person received my email when using forms for some reason. Usually I'll use a server side script, but on my business site, I feel that it's more appropriate to provide all means of direct contact openly.
Reply With Quote
  #4 (permalink)  
Old Jan 7th, 2007, 05:15
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Protect your email address

Nice, I kinda like to use real email address as well. But my way of stopping spam is requiring verification....that the person that sent me the message is a real human. So I have an auto-responder, which sends out an email saying...

Hello,
Thanks For the Email at: email@email.com, Please allow time as this Email is being transferred to Jacob's Personal Email Address..... This Process should be complete upon you opening this Message. Please do not respond to this email. As your response will be DELETED.
Thank You,
Jacob"

Works every time!! But I need to add a white list, or something, so that the approved people don't keep getting that auto-responder cause they hate it....lol
Reply With Quote
Reply

Tags
address, email, protect

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
originating email address is bad DennisK PHP Forum 2 Nov 27th, 2006 21:44
Registering an email address DennisK Web Page Design 4 Nov 25th, 2006 23:07
Email Address Validation Smokie Classic ASP 1 Aug 15th, 2003 23:52


All times are GMT. The time now is 04:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43