# MX Record Checker for Email Setup

**Use case:** 

Check MX records for business domains before configuring email, SMTP, or transactional mail delivery.

## Input

```json
{
  "domains": [
    "example.com",
    "google.com",
    "github.com"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "hasMxRecords": {
    "label": "Has MX"
  },
  "recordCount": {
    "label": "Count"
  },
  "records": {
    "label": "Records"
  },
  "provider": {
    "label": "Provider"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [MX Record Checker](https://apify.com/automation-lab/mx-record-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/mx-record-checker) to learn more, explore other use cases, and run it yourself.