truemail

🚀 Configurable framework agnostic plain Ruby 📨 email validator/verifier. Verify email via Regex, DNS, SMTP and even more. Be sure that email address valid and exists.

MIT License

Downloads
1.5M
Stars
1.1K
Committers
2

Bot releases are visible (Hide)

truemail - v3.3.1 Latest Release

Published by bestwebua 6 months ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.3.0...v3.3.1

truemail - v3.3.0

Published by bestwebua 8 months ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.2.0...v3.3.0

truemail - v3.2.0

Published by bestwebua 8 months ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.1.2...v3.2.0

truemail - v3.1.2

Published by bestwebua 8 months ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.1.1...v3.1.2

truemail - v3.1.1

Published by bestwebua 9 months ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.1.0...v3.1.1

truemail - v3.1.0

Published by bestwebua 12 months ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.9...v3.1.0

truemail - v3.0.9

Published by bestwebua about 1 year ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.8...v3.0.9

truemail - v3.0.8

Published by bestwebua over 1 year ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.7...v3.0.8

truemail - v3.0.7

Published by bestwebua over 1 year ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.6...v3.0.7

truemail - v3.0.6

Published by bestwebua over 1 year ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.5...v3.0.6

truemail - v3.0.5

Published by bestwebua almost 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.4...v3.0.5

truemail - v3.0.4

Published by bestwebua almost 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.3...v3.0.4

truemail - v3.0.3

Published by bestwebua almost 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.2...v3.0.3

truemail - v3.0.2

Published by bestwebua almost 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.1...v3.0.2

truemail - v3.0.1

Published by bestwebua almost 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v3.0.0...v3.0.1

truemail - v3.0.0: Feature/Ability to specify whitelisted/blacklisted emails directly

Published by bestwebua almost 2 years ago

What's Changed

Truemail.configure do |config|
  # Optional parameter. Validation of email which contains whitelisted emails always will
  # return true. Other validations will not processed even if it was defined in validation_type_for
  # It is equal to empty array by default.
  config.whitelisted_emails = %w[[email protected] [email protected]]

  # Optional parameter. Validation of email which contains blacklisted emails always will
  # return false. Other validations will not processed even if it was defined in validation_type_for
  # It is equal to empty array by default.
  config.blacklisted_emails = %w[[email protected] [email protected]]
end

Full Changelog: https://github.com/truemail-rb/truemail/compare/v2.7.5...v3.0.0

truemail - v2.7.5

Published by bestwebua about 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v2.7.4...v2.7.5

truemail - v2.7.4

Published by bestwebua about 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v2.7.3...v2.7.4

truemail - v2.7.3

Published by bestwebua over 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v2.7.2...v2.7.3

truemail - v2.7.2

Published by bestwebua over 2 years ago

What's Changed

Full Changelog: https://github.com/truemail-rb/truemail/compare/v2.7.1...v2.7.2

Package Rankings
Top 3.9% on Rubygems.org
Badges
Extracted from project README
Maintainability Test Coverage CircleCI Gem Version Downloads In Awesome Ruby Gitter GitHub Contributor Covenant
Related Projects