> For the complete documentation index, see [llms.txt](https://docs.whiteswan.io/partner-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whiteswan.io/partner-knowledge-base/branding-and-white-labeling/infrastructure-and-communications/email.md).

# Email

#### **Overview**

White label email allows all platform communications to be sent from your own domain instead of a generic sender.

This means:

* Emails appear as coming from your company
* Clients trust and recognize communications
* Your brand is reinforced across every interaction

***

#### **How it works**

White Swan uses [Postmark](https://postmark.com/) to deliver emails with high reliability.

By connecting your domain:

* Emails are sent from your domain
* Deliverability is maintained through proper authentication
* You retain full brand control

***

#### **Setup Flow**

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

**Step 1: Create a Postmark Account**

[Create a free Postmark account](https://account.postmarkapp.com/sign_up) to power your email delivery.

***

**Step 2: Connect Your Domain**

Inside Postmark, on the [domain page](https://account.postmarkapp.com/signature_domains):

1. Add your domain
2. Copy the DNS records provided
3. Add them to your DNS provider (eg. Godaddy, Cloudflare)

This verifies you own the domain and enables sending.

***

**Step 3: Add API Token**

Once your domain is set up, visit the [service page](https://account.postmarkapp.com/servers) and:

1. Go to your Postmark server
2. Copy the API token
3. Paste it into White Swan

We securely store this to send emails on your behalf.

***

**Step 4: Customize Email Settings**

You can configure:

* Company-wide email address
* Email background color
* Email disclaimers
* Company address

These settings apply across all outgoing emails.

***

**Step 5: Send Test Emails**

Before going live, test:

* Company emails
* User-level emails

This ensures formatting and branding look correct.

***

**Step 6: Approval & Activation**

If your account is newly created, Postmark may require account approval. This typically happens within 24 hours but can take longer on weekends.

Once approved, white labeled emails in White Swan are automatically activated.

***

#### **Important Notes**

* Email setup is optional to start
* Default emails work out of the box
* White labeling is recommended as you scale


---

# 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.whiteswan.io/partner-knowledge-base/branding-and-white-labeling/infrastructure-and-communications/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.
