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:
parent
a4c244e23d
commit
063ee978fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user