> For the complete documentation index, see [llms.txt](https://support.growlytics.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.growlytics.in/best-practices/email-deliverability/best-practices-to-reduce-your-email-bounce-rates/domain-reputation-with-google-postmaster.md).

# Domain Reputation with Google Postmaster

You can use Google Postmaster Tools to check the overall health of your domain. In addition, Google Postmaster Tools can be used to help monitor and debug all kinds of deliverability issues. One thing here to note is that the delivery reports are based on the emails sent to customers who Gmail use Gmail, for others, Google Postmaster does not show the reports.

## What is Google Postmaster? <a href="#h_e7c12a5577" id="h_e7c12a5577"></a>

Google Postmaster is a free tool that you can use to analyze your email performance and check your domain reputation. It provides all the details regarding the SPF/DKIM/DMARC failures, spam complaints, the reputation of your sending server's IP address, and more.

<figure><img src="/files/iNoqOLCllJwrsPmdil37" alt=""><figcaption></figcaption></figure>

Google Postmaster is a really good tool and we recommend that everyone should set it up to check if there are any chances for improving the email delivery rates. With the kind of reports this tool gives, you can easily monitor and debug any issues related to email deliverability.

## How to set up Google Postmaster? <a href="#h_85fa408d67" id="h_85fa408d67"></a>

To setup Google Postmaster, you will need to signup on google postmaster and you will need to verify your sending domain with few DNS records. The authentication domain is the DKIM (d=) that is used to authenticate your email. Google Postmaster uses your DKIM to identify your email traffic and provide access to traffic analytics.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.growlytics.in/best-practices/email-deliverability/best-practices-to-reduce-your-email-bounce-rates/domain-reputation-with-google-postmaster.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
