Email validation API
Postcoder email validation performs multiple checks to confirm whether an email address can receive email.
- Checks syntax with RFC 5322 email standard
- Performs real-time queries on mail servers
- Verifies SMTP connections are accepted
- Flags spam sources and catch-all domains
- Finds potential typos and suggests corrections
GET /pcw/PCW45-12345-12345-1234X/email/ada%40example.com?format=json
----
{ "state": "Success", "valid": true, "score": "100", "processtime": "10", }