Page 1 of 1

Spam protection for email

Posted: Wed Feb 07, 2007 1:05 pm
by elin.rand.nielsen
Hi
I have found a tag and a module to scramble email-adresses in order to avoid spam.
But I am a beginner - and do not know how to implement the code?
I guess it is easy - and hope someone will tell me how.
And btw: do they in fact prevent spam???

Email 1.1  http://dev.cmsmadesimple.org/projects/email/

or

Javascript Spam Protection  http://dev.cmsmadesimple.org/projects/spamprotection/

Yours, elin

Re: Spam protection for email

Posted: Wed Feb 07, 2007 8:23 pm
by tsw
try using

"smarty has great mailto function which encodes email address, {mailto address="me@domain.com" encode="hex"}.

there's also encode="javascript"

more info in http://smarty.activeventure.org/languag ... ailto.html

Re: Spam protection for email

Posted: Wed Feb 07, 2007 8:37 pm
by elin.rand.nielsen
I found a scrambler on the net - http://www.dynamicdrive.com/emailriddler/ - that seems to do the trick quite good. And since I have only ONE address to fix, I will use that.
Thanks for your help.
Yours, elin