github truemail-rb/truemail v0.2.0

latest releases: v3.3.1, v3.3.0, v3.2.0...
6 years ago

Implement skip validation by domain for validation_type_for configuration option:

Truemail.configure do |config|
  config.validation_type_for = { 'somedomain.com' => :skip }
end

and

Truemail.configuration.validation_type_for = { 'somedomain.com' => :skip }
  1. Added new feature
  2. Updated tests
  3. Updated documentation
  4. Updated wiki
  5. Updated gem version to 0.2.0

Don't miss a new truemail release

NewReleases is sending notifications on new releases.