email-verifier
email-verifier copied to clipboard
Add support for configurable timeouts in SMTP verification
Thanks for your PR @eos175
@eos175 I see that make lint in your PR didn't pass, can you please check it again? you can do it in email-verifier root path directly, Thanks.
@lryong I wasn't able to replicate the result of golangci-lint, but it seems to be related to the smtpTimeout = 30 * time.Second unused variable. I believe it should pass now.