AfterShip / email-verifier

:white_check_mark: A Go library for email verification without sending any emails.
MIT License
1.18k stars 149 forks source link

Add support for configurable timeouts in SMTP verification #110

Closed eos175 closed 3 days ago

lryong commented 7 months ago

Thanks for your PR @eos175

lryong commented 7 months ago

@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.

eos175 commented 7 months ago

@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.