Tricks to avoid Mail Spam

One of the problems when you publish an email, is the possibility to have spam from the robots.

The typical solution is to add a Captcha, but you can solve this problem with two different simple tricks.

1With CSS. You can create a css block or class, and with the content selector you can add your email before or after. It will be more difficult for the robots to get your email to send you spam. This is the solution that I implemmented in the bottom of my Website with the Copyright.

 address:after {
    content: "youremail@yourdomain.com";
} 

2With Images. You can add an image with your email, because everyone can copy the email from the image. This is the solution that I implemmented in my Website in Budget.