v1.0.1
Implemented result validation type marker for domain list match check.
Truemail.validate('[email protected]')
#<Truemail::Validator:0x000055b8429f3490
@result=#<struct Truemail::Validator::Result
success=true,
email="[email protected]",
domain=nil,
mail_servers=[],
errors={},
smtp_debug=nil>,
@validation_type=:whitelist>
Truemail.validate('[email protected]')
#<Truemail::Validator:0x000023y8429f3493
@result=#<struct Truemail::Validator::Result
success=false,
email="[email protected]",
domain=nil,
mail_servers=[],
errors={},
smtp_debug=nil>,
@validation_type=:blacklist>
- Added result validation type marker to domain list match check
- Updated tests
- Updated documentation
- Updated wiki
- Updated gem version to
1.0.1