Portal Home > Knowledgebase > SpamFilter Gateway > I am having problems with being spammed
It could be your email address has been taken off from your website and sold to spammers. You can actually hide your email address but still have people email me to you by adding the following code into your page where you have your email listed. It involves a simple Java Script.
<script language="javascript"> function m_sfcon 
(u) { pre = 
"mail"; url = pre 
+ "to:" + 
u; document.location.href = url 
+ "@yourdomain.com"; } </script> <a href="javascript:m_sfcon('YOUR-EMAIL-PREFIX-GOES-HERE')">Email 
Me</a>
If your email is abc@yourdomain.com you would change the "yourdomain.com" to "test.com"
and "YOUR-EMAIL-PREFIX-GOES-HERE" would be changed to abc.
Add to Favourites
Print this Article