How to encode an email ? (spam protection)

hi,

i would like to encode an email adresss in ascii format.
How to do that in ruby, i can’t find a method.

Maybe exist a rails plugin to protect email collecting ?

Thanks for your help

On Jun 19, 3:07 am, Frioffol F. <rails-mailing-l…@andreas-
s.net> wrote:

Posted viahttp://www.ruby-forum.com/.
you have to google for “enkode email address”!

http://forthecode.com/user/index/26

On Jun 19, 2007, at 8:54 AM, [email protected] wrote:


Posted viahttp://www.ruby-forum.com/.

you have to google for “enkode email address”!

Dan Benjamin
http://forthecode.com/user/index/26

Use the mail_to helper

http://api.rubyonrails.org/classes/ActionView/Helpers/
UrlHelper.html#M000492

-Rob

Rob B. http://agileconsultingllc.com
[email protected]

Rob B. wrote:

On Jun 19, 2007, at 8:54 AM, [email protected] wrote:


Posted viahttp://www.ruby-forum.com/.

you have to google for “enkode email address”!

Dan Benjamin
http://forthecode.com/user/index/26

Use the mail_to helper

http://api.rubyonrails.org/classes/ActionView/Helpers/
UrlHelper.html#M000492

-Rob

Rob B. http://agileconsultingllc.com
[email protected]

great !

thanks for your answers