Truemail v0.1.0 Release Notes

Release Date: 2019-03-26 // about 5 years ago
  • ➕ Added

    • 'SMTP safe check' option for cases when SMTP server does not return an exact answer that the email does not exist.
    Truemail.configure do |config|
      config.verifier_email = '[email protected]'
      config.smtp_safe_check = true
    end
    
    Truemail.validate('[email protected]')