# Check Email Authenticity

If you are not sure about the authenticity of the email you received from Postman, you can check your email header.

## Outlook

If you are using Outlook, you can go to **File > Properties > Internet headers.**

![](/files/-MBn1qPpL1bMemnElWMJ)

![](/files/-MBn0q3MNGyWssmQDs7t)

What you want to see is the part of the header that shows the **authentication results**. You should be able to find something like this (see below).

{% hint style="success" %}
**Authentication-Results**:\
spf=**pass** smtp.mailfrom=<`someuniquemessageid`>[@mail.postman.gov.sg](mailto:010001732fa75c8d-6f7b6c04-ec03-4b1e-820b-9bf34a69d10c-000000@mail.postman.gov.sg);\
dkim=**pass** (signature verified) header.i=@[mail.postman.gov.sg](http://mail.postman.gov.sg/);\
dmarc=**pass** (p=none dis=none) d=[postman.gov.sg](http://postman.gov.sg/)
{% endhint %}

## Gmail

In Gmail, you need to go to **show original** to check the SPF, DKIM, and DMARC records.

![](/files/-MBn4XuskrRQRAnZeGWx)

![Make sure that SPF, DKIM, and DMARC are all 'PASS'](/files/-MBn3zZNzbzLyZWyA2jE)


---

# 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://postman-v1.guides.gov.sg/faq/faq-recipients/check-email-authenticity.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.
