All Versions
73
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 8

  • v0.1.4 Changes

    April 01, 2019

    โž• Added

    • ๐Ÿ’Ž Checking A record presence if MX and CNAME records not exist, issue details
    • ๐Ÿ’Ž Handling of CNAME records, issue details
    • ๐Ÿ’Ž Checking A record if MX and CNAME records not found, issue details
    • ๐Ÿ‘Œ Supporting of multihomed MX records, conversion host names to ips, issue details
    • ๐Ÿ”ง Timeout configuration for DNS resolver, issue details
    • .valid? helper

    ๐Ÿ”„ Changed

    • Truemail::VERSION
    • ๐Ÿ“š gem documentation
  • v0.1.3 Changes

    March 27, 2019

    โž• Added

    • Independent domain name extractor to Truemail::Validate::Mx#run

    ๐Ÿ›  Fixed

    • Default REGEX_EMAIL_PATTERN, issue details
      • local part of address can't start with a dot or special symbol
      • local part of address can include + symbol
    • Default REGEX_DOMAIN_PATTERN, issue details
      • TLD size increased up to 63 characters
    • ๐Ÿ’Ž Case sensitive domain names, issue details

    ๐Ÿ”„ Changed

    • Truemail::VERSION
    • ๐Ÿ“š gem documentation
  • v0.1.0 Changes

    March 26, 2019

    โž• 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]')