David Emiliano calzada morales

Results 4 issues of David Emiliano calzada morales

# [FEATURE] Add SOCKS5 Proxy Support for SMTP Email Validation ### New feature request checklist - [x] I have updated `truemail-go` to the latest version - [x] I have read...

enhancement

### Features - Optional MX Lookup Cache: Disabled by default. Enable it by calling emailverifier.NewVerifier().EnableMXCache(1 * time.Hour). - Custom TTL: Allows setting a custom Time-To-Live (TTL) for cached MX records....

Currently, each email verification performs a DNS MX record lookup every time, which can be inefficient, especially during bulk email verification processes - Enhanced Performance: Reduces the number of DNS...

Hello! what is the current state of this package, is it working well? Looking forward to use it for a new saas, currently using “check-if-email-exists” but I would like to...