# Email Delivery

Emails you send from Rechat have a pretty good chance of being delivered into your recipient's inboxes.\
However there are measures you can take to improve those odds.

Let's say your email address is **<julia@greenrealty.com>** and you're sending an email to **<johnsmith@gmail.com>**.&#x20;

\
In this case, Rechat has to deliver an email on behalf of your domain (**greenrealty.com**) to gmail.\
When doing so, Rechat will introduce itself as **mail.rechat.com** although it's claiming to deliver an email from **greenrealty.com.**<br>

<div align="left"><img src="/files/-ML_Mzsahzmo5c87TmEt" alt=""></div>

The discrepancy between your domain (**greenrealty.com**) and Rechat's domain (**mail.rechat.com**) means that email providers (like Gmail in this case) will consider the email less authentic and may treat it as spam. \
The test of passing or not passing this discrepancy test is called **DKIM Alignment**.

### Domain Authorization

Fixing this problem requires authorizing Rechat to introduce itself as a subdomain of your domain. In the above example, we'll make Rechat introduce itself as **rechat-mail.greenrealty.com**. Email providers like Gmail will consider **rechat-mail.greenrealty.com** aligned will **greenrealty.com** and will, therefore, consider the email to be more authentic.

![](/files/-ML_NKvabjhyuMjEI4Jr)

Although the domain authorization process is optional, it's highly encouraged. In order to fix it, feel free to contact us. Fixing this requires some changes to your domain name. The changes will not break anything and will only allow Rechat to add a cryptographic signature ensuring the authenticity of emails.

These proposed changes are not unique to Rechat. All email marketing tools like [Mailchimp](https://mailchimp.com/help/about-email-authentication/), Mailgun, Sendgrid offer the same feature.

{% content-ref url="/pages/Pk4cvAnkMIjdH0lcBXZa" %}
[DNS Self-Service Setup](/appendix/brokerage-set-up/email-delivery/dns-self-service-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/oCIz4EvTknBVyDyUwtBJ" %}
[Setup DNS Records](/appendix/brokerage-set-up/email-delivery/setup-dns-records.md)
{% endcontent-ref %}


---

# 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://help.rechat.com/appendix/brokerage-set-up/email-delivery.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.
