> For the complete documentation index, see [llms.txt](https://docs.reportpundit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportpundit.com/getting-started/settings/custom-email.md).

# Custom Email

You can send scheduled reports to your desired destination from a **private-domain email** address instead of **<support@reportpundit.com>** using this feature. If you're sending your reports directly to a third-party receiver, this option helps them confirm that you're the sender.&#x20;

![](/files/3dAuXnyMnoME4GXW0NNq)

{% hint style="info" %}
**Note:** The custom email scheduling feature does not work for **public domain** **email ids** like **gmail.com, hotmail.com, outlook.com & yahoo.com.**
{% endhint %}

#### **Steps to change your sender email ID:**

* Go to **Settings > Custom email**
* Enter the **Sender's Name** to be displayed in the receiver's inbox
* Add your **private email id**
* Optional: Include a **reply email id** If you want the recipient to reply to a different email address than the sender's.&#x20;
* Once the email is added, complete the **verification** by confirming the sender's signature sent over the email.

![](/files/xJPCkGv8io0ju6VSinFg)

* Once the email is **verified**, the status gets changed from **Not verified** to **Verified.**

![](/files/tvHjdC4E55a17EtZdu7X)

{% hint style="success" %}
&#x20;Your scheduled emails will have the custom email ID from now on.&#x20;
{% endhint %}


---

# 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://docs.reportpundit.com/getting-started/settings/custom-email.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.
