A Rails 3 email format validator with RFC 822 compliant option
Rails gem/plugin that implements an ActiveRecord validation helper called validates_as_email which validates email address (RFC822)
A collection of misc usefull validators for ActiveRecord::Base (email, URL)
Rails plugin to validate email addresses against RFC 2822 and RFC 3696
Advanced ActiveModel email validation with MX lookups, domain blacklisting and disposable email blocking
ActiveModel-style email address format validator
Validates Email address domains using MX and A records, with caching and whitelisting.
Compile the following validators: - Credit card - Email - Membership number - Phone number - Postal code
This validator uses modern email validation with URI to handle the nuances of checking email throughout your application. Rather than customizing a bunch of random regex that you found on various stack overflow pages, this lets you include a single validator throughout your entire application. It can handle single emails, or even the odd case of multiple emails in a long string.
MX validator is gem for verifying email addresses via MX records.
Check if email box is valid
Strip / preprocess selected Active Record / Object attributes by creating custom setter through module prepending. Work with any Object in ruby and still allow custom setter to be defined inside the class. For exemple, can lowercase an email field during attribute setting for ActiveRecord instances instead of having to hook on validation hook on ActiveRecord.
A RFC compliant email validator
Validates email addresses are not from a throwaway account provider.
ActiveModel validator that checks if a given email has a whitelisted domain
This gem will use ActiveRecord’s existing validates_format#presence#uniqueness_of method to check whether the email parameter has a valid format, is present and is unique
This gem is pack of methods to convert or validate different formats of strings and texts in model, like telephone numbers (CZ/SK format), email, or (european) names (currently). Or to clean string of too much whitespaces. It provides *convert* methods for attributes of model (getter and setter method in object is enough). They are used in save hooks. There are also *validator* methods for ActiveModel nd hook for automatic ActiveRecord integration. Just type: (`require 'paranoid_starlight/active_record'`) Specs included.
This will validate your email using mail-checker.com web service, it will test for you the format, if the domain responds and if the email is not a temporary mail
Email validator based on the email RFC
Adds CPF, CNPJ and Email validation
Verify the existence of an email address.
Validate an email address
Gemified validates_as_email_address plugin
Validate an ohio state person's email, name.#, & emplid.
Some description for validates-gem
extend ActiveRecord validations by checking if a string is a valid email address
Validate e-mail addreses against RFC 2822 and RFC 3696.
Parse (or validate) email address
== FEATURES/PROBLEMS: * a simple FriendMailer object * email templates for HTML and plain text alternative * configurable amount of friends * support for including a user submitted message in the email * support for HTML as well as XML (nice for Flash integration) * server-side validation * error messages in HTML or XML * future feature: search and replace script to replace all relative image tags with absolute ones (http://) == SYNOPSIS: ./script/generate send_to_friends [options]
== Welcome to syc-spector home :: https://github.com/sugaryourcoffee/syc-spector == Description The sycspector scans a file for patterns provided on the command line. Lines that match the pattern are saved to a file with valid values and those lines that don't match the pattern are added to a file with invalid values. The valid and invalid files as well as the used pattern are stored in a history file. The saved values are used for a subsequent call to sycspector with --show and -f for fix to show the results or to prompt the invalid values to fix them. Fixed values can be appended to the valid values file. == Installation sycspector can be installed as a gem from http://RubyGems.org with $ gem install syc-spector == Invokation Examples Rearches for email addresses in the provided file 'email_addresses' $ sycspector email_addresses -p email Lines that are not recognized can be prompted, fixed and appended to the valid file with $ sycspector -fa To show the result of the invokation use $ sycspector --show To fix the values from the input file at the first scan $ sycspector -f email-addresses -p email To sort the values $ sycspector -s email-addresses -p email To fix, sort and remove duplicates (individualize) $ sycspector -fsi email-addresses -p email Matching patterns like 'name, firstname' $ syscpector name -p "\w+, \w+" Scanning only whole lines use $ sycspector name -p "\A\w+, \w+\A" If the file contains lines like "Doe, John and Doe, Jane" these won't be saved at the first scan but can be scanned with the --fix switch and appended to the valid values from the last run $ sycspector -fa Fixing a specific file by specifying the invalid file as inputfile $ sycspector -fa 2013016-083346_invalid_name -o 2013016-083346_valid_name Specifying the file where the results (valid and invalid) should go to $ sycspector -fa -o outputfile To process all at once $ sycspector -fis inputfile -o outputfile -p "\A\w+, w+\Z" --show == License syc-spector is released under the {MIT License}[http://www.opensource.org/licenses/MIT].
Validates, at some degree, that the email you want to send to it's valid and exists.
An advance email validator. Checks format, MX record existence for email domain, and SMTP address validation.
Basically based on RFC 5322, with some additional validations so it works on almost all variety of systems.
Enable users to block disposal email, detect free email and validate if an email is valid
RegEx validate an email address
Rails gem/plugin that implements an ActiveRecord validation helper called validates_as_email which validates email address (RFC822)
Set of rich helpers for email validation
DEV.ME API Documentation [Currency Conversion and Exchange Rates API](https://dev.me/products/currency) - [IP2Location, IP Country, IP Information API](https://dev.me/products/ip) - [Email Validation, Mailbox Verification](https://dev.me/products/email) - [Phone Number Validation](https://dev.me/products/phone). You can learn more at [dev.me](https://dev.me). For this example you can use api key `demo-key` to test the APIs
Text area for pasting in multiple emails and validating by name and e-mail address
This gem checks if an email address is valid.
Validate whether it is japanese email domain
DB of burner email domains. Use as one of the steps in your email validations.
Fakemenot is an simple email validator that checks for DNS as well as uses regex functions to check the email for the right length and accepted characters. It utilizes the free Email Validator API over at mashape: https://market.mashape.com/pozzad/email-validator-1.
Validate e-mail addreses against RFC 2822 and RFC 3696.
A simple Rails plugin which adds a validates_email class method to ActiveRecord::Base.
Validates email against Kickbox.io service
To comply with simple email validation to RFC5322.
Includes email and presence validations.
Gem to check validity of email
Validate student emails with ease using the Ruby wrapper for the ScholarCheck API