---
title: "Email List Validator"
description: "Validate a list of addresses for syntax, disposable domains, MX records, and role accounts."
source: "https://www.mailmark.dev/tools/email-list-validator"
site: "Mailmark"
---

# Email List Validator

Validate a list of email addresses before you send to it.

## What it checks

- Syntax
- Disposable email providers
- Whether the domain has an MX record
- Role-based addresses (shared inboxes such as `info@`)
- Free email providers

Each address is returned as `valid`, `risky`, or `invalid` with a reason.

## API

```bash
curl -X POST https://www.mailmark.dev/api/tools/validate-emails \
  -H "Content-Type: application/json" \
  -d '{"emails":["alice@acme.com","bob@example.com"]}'
```

Related: [Email Deliverability Guide](/guides/email-deliverability).

---

Mailmark - email hosting and campaigns for your own domain. Canonical page: https://www.mailmark.dev/tools/email-list-validator | [llms.txt](https://www.mailmark.dev/llms.txt) | [OpenAPI](https://www.mailmark.dev/openapi.json) | [sitemap](https://www.mailmark.dev/sitemap.xml)
