MailValidator

This gem is based on gbdev works in http://github.com/gbdev/validates_as_email

Installation

gem "mail_validator"

Usage

class Person < ActiveRecord::Base
  validates :email, :mail => true
end

License

Copyright © 2010-2011 Gabriel Sobrinho, released under the MIT license