validates_email_format_of
Email validator
A Ruby gem to validate email addresses against standard formats and options.
Validate e-mail addreses against RFC 2822 and RFC 3696 with this Ruby on Rails plugin and gem.
443 stars
8 watching
87 forks
Language: Ruby
last commit: 21 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
k-and-r/email_validator | A gem providing an email validation mechanism for Rails applications | 644 |
truemail-rb/truemail | An email validation framework that uses various methods to verify email addresses, including regex, DNS, and SMTP. | 1,187 |
lab2023/kangal | A Ruby gem providing extended validation for various types of data | 33 |
heartcombo/mail_form | A Ruby gem providing an easy way to send emails from forms with validations, attachments, and request information. | 879 |
truemail-rb/truemail-go | A Golang package for validating and verifying email addresses using multiple methods including regex, DNS, and SMTP | 104 |
amatsuda/html5_validators | Automatic client-side validation using HTML5 Form Validation for Rails applications | 304 |
dgilperez/validates_zipcode | A Rails gem for validating and formatting postal codes according to country-specific rules. | 137 |
kaize/validates | Custom validators for Rails applications | 154 |
verifytests/verify.mailmessage | A Verify extension for verifying properties of email message components | 1 |
codegram/date_validator | A simple date validation system for Rails models | 496 |
dertuxmalwieder/libvldmail | A C library that validates email addresses according to RFC 6531 with optional fallback to RFC 5321 and additional features for Unicode support and deprecation checking. | 52 |
markets/maily | Rails Engine to manage email templates and preview them directly in the browser. | 707 |
fgribreau/mailchecker | A cross-language email validation library with support for over 55,000 throwaway domains. | 1,628 |
mailboxer/mailboxer | A Rails gem providing a generic and flexible messaging system with conversation support and email integration. | 1,645 |
didww/credit_card_validations | A Ruby gem for validating credit card numbers and detecting specific brands. | 242 |