> For the complete documentation index, see [llms.txt](https://docs.giftcardfactory.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giftcardfactory.app/misc/app-emails/sending-domain.md).

# Sending Domain

By default, all emails are sent from the app's domain. This means your recipients will see **<mailer@giftcardfactory.app>** as the "From" address.

To improve email deliverability and build trust with your customers, you can configure your own store domain as the sending domain.

There are two ways to do this:

1. **Use a supported email delivery service**\
   Send emails through a third-party service like [**Postmark**](/misc/app-emails/sending-domain/postmark.md) or [**SendGrid**](/misc/app-emails/sending-domain/sendgrid.md).
2. **Verify ownership of your store domain**\
   [Add DNS records](/misc/app-emails/sending-domain/domain-ownership-validation.md) to your domain to validate ownership and authorize it for sending emails.

To update your sending domain, go to **Settings → App Emails Sending**:<br>

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

You'll see three options:

* **Default** — emails are sent from `mailer@giftcardfactory.app`. No setup required.
* **API Keys** — send via [SendGrid](/misc/app-emails/sending-domain/sendgrid.md) or [Postmark](/misc/app-emails/sending-domain/postmark.md) using your own account and API key.
* **DNS Validation** — send from your own domain after [validating ownership via DNS records](/misc/app-emails/sending-domain/domain-ownership-validation.md).

### Supported delivery services

To configure sending via a supported delivery service, you will need to add your API key in the app settings. Detailed instructions are available here:

* [SendGrid](/misc/app-emails/sending-domain/sendgrid.md)
* [Postmark](/misc/app-emails/sending-domain/postmark.md)

### Domain ownership validation

To validate ownership of your domain via DNS records, follow our instructions [here](/misc/app-emails/sending-domain/domain-ownership-validation.md).


---

# 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://docs.giftcardfactory.app/misc/app-emails/sending-domain.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.
