Skip to content

v0.1.4

Compare
Choose a tag to compare
@bestwebua bestwebua released this 01 Apr 12:57
· 225 commits to master since this release
7bf5f37

Fixed MX gem logic with RFC 5321: https://tools.ietf.org/html/rfc5321#section-5

  1. Added checking A record presence if MX and CNAME records not exist, #10
  2. Added handling of CNAME records, #11
  3. Added checking A record if MX and CNAME records not found, #12
  4. Added supporting of multihomed MX records, conversion host names to ips, #17
  5. Timeout configuration for DNS resolver, #13
  6. Added .valid? helper
  7. Updated gem version to 0.1.4

P.S.: Thanks @AlexeyDemidov for deep analysis Truemail gem logic.