# Gmail & Yahoo Sender Requirements Compliance Check

**Use case:** 

Verify your domains meet Google and Yahoo bulk-sender DMARC requirements before campaigns.

## Input

```json
{
  "domains": [
    "onescales.com"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "recordStatus": {
    "label": "Record Status",
    "format": "text"
  },
  "domainPolicy": {
    "label": "Domain Policy",
    "format": "text"
  },
  "reportingEnabled": {
    "label": "Reporting Enabled",
    "format": "text"
  },
  "rawRecord": {
    "label": "Raw Record",
    "format": "text"
  }
}
```

## About this Actor

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