# DMARC

{% hint style="info" %}
DMARC is an email authentication measure, increasingly important for deliverability. [Learn more about DMARC here.](https://postmarkapp.com/support/article/892-what-is-dmarc)
{% endhint %}

By default, Mechanic tasks send email using the domain`mail.usemechanic.com`, which is properly configured for DMARC. If you're using Mechanic's default email configuration, DMARC is handled for you. There are no steps you need to take.

Emails sent using a [custom email address](/platform/email/custom-email-domain.md) move the responsibility for DMARC to the email domain administrator. If you're using a custom email address, make sure that the domain you're using is properly configured for DMARC. (Mechanic can't help with this part.)

## Set up DMARC configuration

We recommend using DMARC configuration and monitoring by Postmark. (They're Mechanic's email provider! We're not paid for this endorsement; we just like what they make.)

* Free (and still very good): <https://dmarc.postmarkapp.com/>
* Premium (i.e. more complete tooling): <https://dmarcdigests.com/>
* Product comparison: <https://dmarc.postmarkapp.com/#comparison>

## Verify DMARC configuration

Once you've got your DMARC policy configured (no matter what strategy or tooling you've adopted), you can use this tool to make sure that it's set up properly.

* <https://dmarcian.com/dmarc-inspector/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.mechanic.dev/platform/email/dmarc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
