Back to all providers
Disposable Email Provider

Block fake emails from purplemailapp.neweymail.com

purplemailapp.neweymail.com provides temporary email addresses that expire after a short period. Users of this service can create throwaway inboxes to bypass email verification, abuse free trials, or register fake accounts on your platform.

DisposableNo DMARCRisk 85/100

Prevents free trial abuse and multi-accounting

Reduces fake signups and bot registrations

Improves email deliverability metrics

Protects promotional campaigns from coupon abuse

Integration Examples

How to Block purplemailapp.neweymail.com with the Veille API

Use the Veille Email Validation API to detect disposable email addresses at signup. A single API call returns whether the email domain is disposable, along with a risk score and DNS health data.

curl -X GET "https://api.veille.io/v1/intelligence/email?query=user@purplemailapp.neweymail.com" \
  -H "x-api-key: YOUR_API_KEY"
API Response

Expected API Response

When you validate an email from purplemailapp.neweymail.com, the API returns structured data including the disposable flag, risk score, and DNS configuration.

JSON Response
disposable: truerisk_score: 85dmarc_valid: false
{
  "email": "user@purplemailapp.neweymail.com",
  "normalized_email": "user@purplemailapp.neweymail.com",
  "domain": "purplemailapp.neweymail.com",
  "disposable": true,
  "education": false,
  "public_domain": false,
  "relay_domain": false,
  "role_account": false,
  "role_type": null,
  "is_alias": false,
  "did_you_mean": null,
  "has_gravatar": false,
  "dns": {
    "mx": true,
    "mx_records": [
      {
        "hostname": "mx1.purplemailapp.neweymail.com",
        "priority": 10
      }
    ],
    "mx_providers": [],
    "spf": "v=spf1 include:_spf.purplemailapp.neweymail.com ~all",
    "spf_valid": true,
    "dmarc": null,
    "dmarc_valid": false
  },
  "risk_score": 85
}

Frequently Asked Questions

Start protecting your platform today

Join thousands of developers who trust Veille to keep their apps safe from fraud, abuse, and automated threats.

Get StartedView Pricing