Truemail v1.7.1 Release Notes

Release Date: 2020-05-10 // almost 4 years ago
  • Added ability to show not_rfc_mx_lookup_flow attribute in serialized validation result:

    Truemail.validate('nonexistent\[email protected]').as\_json=\># Serialized Truemail::Validator instance{"date": "2020-05-10 10:00:00 +0200","email": "nonexistent\[email protected]","validation\_type": "smtp","success": false,"errors": {"smtp": "smtp error"},"smtp\_debug": [{"mail\_host": "213.180.193.89","port\_opened": true,"connection": true,"errors": {"rcptto": "550 5.7.1 No such user!\n"}}],"configuration": {"validation\_type\_by\_domain": null,"whitelist\_validation": false,"whitelisted\_domains": null,"blacklisted\_domains": null,"not\_rfc\_mx\_lookup\_flow": false,"smtp\_safe\_check": false,"email\_pattern": "default gem value","smtp\_error\_body\_pattern": "default gem value"}}
    

    ⚡️ 1. Updated Truemail::Log::Serializer::Base 📚 2. Updated gem documentation ⚡️ 3. Updated gem version to 1.7.1