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

# Email sending

Powerall Online can send emails for various purposes. For this, we distinguish two flows, **transactional** and **personal** email&#x73;**.** Transactional emails are, for example, invoices and payment reminders. 'Transactional' means that these are emails related to a transaction, for example an order. Marketing emails (for example newsletters) are not sent by Powerall.

Personal emails are sent from an employee's personal mailbox. For now, we only use this for sending quotations, because the personal connection is especially important there. Technically, this works a little differently from regular transactional emails.

### Transactional emails

Transactional emails are usually sent from a general address (for example <info@yourcompany.nl>). This is the same for all users of the process. For transactional emails, we use Powerall's own mail infrastructure. You have two options to set this up:

* **Send via Powerall.** In this case, emails are sent from **<noreply@powerall.app>**. Replies will still go to the address you set.
* **Send via your own domain.** If you have your own internet domain (something we always recommend for a business), you can have emails sent using your own domain as the sender. This requires a one-time setup on your domain.

To set this up, go from the dashboard to **Configuration** to **Mail settings.** Here you can set per process (for example invoice or payment reminder) and per language:

* Which address you want to send from (for example <info@yourcompany.nl>)
* Default CC and BCC addresses
* The subject and body of the email.

### Personal emails

If your company has hosted email with Microsoft 365, you can use your own mailbox to send personal emails. To do this, you need to use your Microsoft account to log in to Powerall Online. You do this in [My Powerall](https://account.powerall.app/my-org/account/security). Make sure you give Powerall permission to send emails.

If you then go to a quotation, click the action button **Send**. In the popup that opens, choose **Outlook.** You then have two options: send the email directly or create a draft. If you create a draft, you will automatically be redirected to your online mail environment to edit the email.

Emails you send this way are sent via your own mailbox, not via Powerall. So you will also see these emails in your own sent items. These emails will not appear in the Outbox of Powerall Online.

### Frequently asked questions

<details>

<summary>Can I also send transactional emails via Outlook / Microsoft?</summary>

At the moment, that is not possible. We access the mailbox via the user's Single Sign-On login. This is a specific way of logging in that ensures Powerall has minimal access to your Microsoft environment. As soon as the user logs out, this access is also immediately deactivated. We do not want whether or not an invoice can be sent to depend on who is logged in.

In addition, invoices and reminders are often sent in batches (so a whole series of invoices in one session). A Microsoft mailbox is less suitable for this.

</details>

<details>

<summary>What does Powerall's mail infrastructure look like?</summary>

Emails are sent via the EU instance of [Sparkpost](https://sparkpost.com), now part of Bird. This is a globally active platform with a lot of experience in sending (transactional) emails. So we do not do this ourselves.

</details>

<details>

<summary>How do I set up sending via my own domain?</summary>

To set this up, you must contact us once and provide your domain name. We register it in our system so that you can use it. Then you add 2 DNS records:

<table><thead><tr><th width="230">Record / subdomain</th><th width="144">Type</th><th>Value</th></tr></thead><tbody><tr><td>powerall1._domainkey</td><td>CNAME</td><td>dkim1.mail.powerall.nl.</td></tr><tr><td>powerall2._domainkey</td><td>CNAME</td><td>dkim2.mail.powerall.nl.</td></tr></tbody></table>

Ask your system administrator or web developer if you don't know how to do this.

</details>

<details>

<summary>My system administrator has questions about SPF, DKIM and DMARC</summary>

Using the DNS records above, our DKIM keys are linked to your domain. SPF goes via our standard bounce domain (bounce.mail.powerall.app) and therefore does not need to be set up separately.

Because we use your own domain for DKIM signing, the emails are DKIM-aligned. This is compatible with a DMARC reject policy. Make sure SPF alignment is turned off, since the outgoing emails are not SPF aligned.

</details>


---

# 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.powerall.app/en/configuration/email-sending.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.
