> For the complete documentation index, see [llms.txt](https://support.quizkitapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.quizkitapp.com/advanced-settings/customize-your-results-email-sender.md).

# Customize your results email sender

By default, Quiz Kit sends results emails from a `quizkitapp.com` email address. You can update the sender name and email address to reflect your brand, so customers recognize the email as coming from your store.

### Before you begin

To change your email sender address to a custom domain, you need to verify the domain with Quiz Kit by adding your domain's DNS records. Locate these in your domain provider before you begin.

You can only set up this feature for custom domains you own, not for email addresses like `gmail.com`, `yahoo.com` etc.

## Set up your results email sender&#x20;

You only need to set up your custom email sender address once within Quiz Kit, but you need to enable the feature to send quiz results in each quiz that you want to apply it to.

**Steps:**

1. From the quiz builder, go to **Results email template** in the left-hand menu.
2. In the **Display settings** section, check the **Send customer results via email** option.
3. Click **Edit email sender**.
4. In the **Sender name** field, enter the name you want displayed to customers.
5. In the **Email address** field, enter the email address you want the results email sent from.
6. Enter the DNS records required. Contact your domain provider if you need help locating these records.
7. Click **Verify**.

DNS changes can take a few minutes to populate.

Once verified, any quizzes that you enable **Send customer results via email** for will use your custom domain email address.


---

# 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:

```
GET https://support.quizkitapp.com/advanced-settings/customize-your-results-email-sender.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.
