1
0
mirror of https://github.com/AfterShip/email-verifier.git synced 2025-02-06 11:01:17 +00:00

updating readme

This commit is contained in:
Lukasz Guminski 2023-02-27 17:34:43 +01:00
parent a4c244e23d
commit 063ee978fc

View File

@ -105,7 +105,7 @@ func main() {
}
```
> Note: to `verifier.DisableCatchAllCheck()` disable catchAll check
> Note: use `verifier.DisableCatchAllCheck()` disable catchAll check
> Note: because most of the ISPs block outgoing SMTP requests through port 25 to prevent email spamming, the module will not perform SMTP checking by default. You can initialize the verifier with `EnableSMTPCheck()` to enable such capability if port 25 is usable,
> or use a socks proxy to connect over SMTP