All Versions
73
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v0.1.4 Changes
April 01, 2019โ Added
- ๐ Checking A record presence if
MX
andCNAME
records not exist, issue details - ๐ Handling of
CNAME
records, issue details - ๐ Checking A record if
MX
andCNAME
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
- ๐ Checking A record presence if
-
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
- Independent domain name extractor to
-
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]')