We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560646f commit ea3dc26Copy full SHA for ea3dc26
README.md
@@ -61,7 +61,6 @@ $response = $api->email
61
->setClientIP("127.0.0.1") // Sets the client IP address.
62
->setClientCountry("CZ") // Sets the client country code.
63
->setOptions([
64
- "validationType" => "basic",// Set the validation type to "basic".
65
"acceptDisposableEmails" => false // Disables acceptance of disposable emails.
66
])
67
->validate("[email protected]"); // Sends request to Foxentry API and performs email validation.
0 commit comments