> For the complete documentation index, see [llms.txt](https://docs.crowdpower.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crowdpower.io/getting-started/advanced-email-setup.md).

# Advanced Email Setup

### SMTP Setup

You can connect your own mail server to CrowdPower to send email from your own server and bypass any sending limits you may have on your account. To do this, edit the [SMTP settings](https://app.crowdpower.io/settings/domain/advanced) in your project.

You'll need to provide the following credentials:

* **Host** - The host address of the SMTP server
* **Port** - The SMTP port (25, 465, 587, 2525)
* **Username** - The username for the SMTP server
* **Password** - The password for the SMTP server

{% hint style="info" %}
SMTP sending is not currently available for sending Broadcasts.
{% endhint %}

### SMTP Senders

To send email from your own mail server from CrowdPower, you'll need to add an SMTP sender after setting your SMTP credentials. The SMTP sender lets our systems know that if you're sending an email with this sender, use your server instead of ours.

{% hint style="info" %}
After you're done configuring SMTP, you may want to send a test to yourself before turning on any automations or sending any broadcasts.
{% endhint %}


---

# 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.crowdpower.io/getting-started/advanced-email-setup.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.
