public
Description: Active Record extension for validating email addresses using TMail and MX records.
Homepage:
Clone URL: git://github.com/quamen/validates-as-email.git
Click here to lend your support to: validates-as-email and make a donation at www.pledgie.com !
100644 17 lines (9 sloc) 0.283 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ValidatesAsEmail
================
 
Active Record extension for validating email addresses using TMail and MX records.
 
Example
=======
 
class User < ActiveRecord::Base
  
  validates_as_email :email_address
  
end
 
 
Copyright (c) 2008 Gareth Townsend, released under the MIT license