Email Encoder Avoid Email Spam
By John on Friday, October 12th, 2007 in Internet and Web.

If you’re receiving spam email every day, your email address is probably being harvested by the spambot or spam spider. It happens when you publish email address on your web page, although you’re not going to make it a “mailto” email hyperlink but the “@” sign is attracting them. The spambot are collecting email through your web page source and in order to defend your mailbox you should start work out on these file such as html, php etc.
One of the easiest way to protect your email is publish your email like yourname(a)domain(dot)com or yourname @ domain.com, but it is not user friendly for me as I need to modify the (a) to @, the (dot) or closing the spaces between the @ sign before I can send it out.


