rails3 validate email format

Felix Schäfer wrote in post #944087:

Anyway, I'm a little surprised that rails3 having gone from TMail to Mail hasn't added a validator that would re-use the one already present in Mail…

Regards,

Felix

[1] GitHub - validates-email-format-of/validates_email_format_of: Validate e-mail addreses against RFC 2822 and RFC 3696 with this Ruby on Rails plugin and gem. [2] Redirecting…

You can check out my email validation with Mail :

http://my.rails-royce.org/2010/07/21/email-validation-in-ruby-on-rails-without-regexp/

Regards,

Hery