Validate email address and validate domain name for rails3
Ruby Library for the mailboxlayer API, a web service that email validation & verification, https://mailboxlayer.com/
Ruby library for checking the real-world validity of email addresses.
This gem provide you library to validate, parsing and format email. Check is email is in blacklist or not.
Validate e-mail addresses against RFC 2822 and RFC 3696.
email validation
An under-engineered email validator for Rails
Gem to check validity of email
Gem for validation of email
gem to check email
Rails gem/plugin that implements an ActiveRecord validation helper called validates_as_email which validates email address (RFC822)
This gem helps you to create real validation for email, not just a simple regex
Email validator that hits freemium providers one by one and returns normalized response.
emailvalidation.io provides an email validation & verification API. Automate email validation & verification without any user interaction.
Validate an email address using RFC 822 pattern match regex regular expressions
Use Validation for Email in ruby
Add more validation methods for ActiveRecord columns like email, url, and creditcard.
Gemified validates_as_email_address plugin
Adds support for validating the format/length of email addresses in ActiveRecord
Provides ActiveModel/ActiveRecord validators for OSU emails, name.#s, and emplids.
A simple gem for email validation.
== Description A tool for describing and validating objects as intuitively as possible. Easier to read and write than JSON Schema, and more powerful than a simple hash comparison. Example usage: shape = { :$uuid => { email: :$email, first_name: String, last_name: String, preferred_name: AnyOf[String, nil], admin_only_information: AnyOf[{Symbol => String}, :$undefined], Symbol => Object, }, } expect(api_response.body).to have_shape(shape)
Gem to validate email addresses
Email validator
gem for email validation
This gem is used for the email validation and basic string operation like left padding, right padding, center padding, to uppercase, to lower case and to capitalize
validate if a string is right email format
Validate users through 6 digits codes sent by email.
A simple Ruby gem that validates email addresses based on regular expressions.