Skip to content

Instantly share code, notes, and snippets.

@mikeknoop
mikeknoop / examples.js
Created March 21, 2012 05:37 — forked from bryanhelmig/examples.js
EmailPie Samples
// An invalid domain.
// http://emailpie.com/v1/check?email=notreal@example.com
{
"didyoumean": null,
"errors": [
{
"message": "No MX records found for the domain.",
"severity": 7
}