MailChecker
Checks the validity of an e-mail and whether it is a disposable mail or not. I've seen some people confused about the meaning of valid, so let's clarify what it means: - [email protected] is NOT valid, because it's a disposable mail - [email protected] is valid, because its format is valid - none.com is NOT valid, because it's not a valid mail format From that, can we say that…
MailChecker endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| POST |
validateBulkEmails /validate-bulk |
Validate an array of e-mails |
| POST |
validateSingleEmail /validate |
Validates a single e-mail address |
MailChecker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $10 / month | 5 / second |
|
| PRO | $15 / month | 30 / second |
|
| ULTRA | $20 / month | 50 / second |
|