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.
|
|
|
|
|
![]() |
||
Protect your email address
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
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 |
|
|
|
|||
|
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. |
|
||||
|
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 |
![]() |
| Tags |
| address, email, protect |
| Thread Tools | |
|
|
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 |