# Setup Postmark

{% hint style="warning" %}
Remember to confirm at least one Sender Signature inside the Postmark console. Only that email will work for sending emails. Or verify your entire domain.
{% endhint %}

Once you signup for the Postmark service pick the server you are going to use:

<figure><img src="/files/J2UNjg7058ltlGgH3XAt" alt=""><figcaption><p>By default it's going to be 'My first server'</p></figcaption></figure>

Once in the right Server space go to API tokens and copy the Server API token and past it into the API call:

<figure><img src="/files/Ojwcsm2xVkXOg9OT9JXr" alt=""><figcaption><p>The API Key</p></figcaption></figure>

<figure><img src="/files/5MYzLLLd9cXZLDL2FEaC" alt=""><figcaption><p>Paste inside the API connector in your Bubble editor</p></figcaption></figure>


---

# 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://docs.openbuild.io/working-with-the-framework/transactional-email/setup-postmark.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.
