> For the complete documentation index, see [llms.txt](https://emailbase.gitbook.io/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emailbase.gitbook.io/english/basics/sending.md).

# Sending

The **Sending** section enables you to set up and manage email sending servers, optimizing the deliverability of your email marketing campaigns. With various configuration options, you can select the appropriate server type to ensure emails are sent effectively and reliably.

This feature includes five components:

1. **Sending Servers**

This feature allows you to add email sending servers for your campaigns. You can configure standard SMTP connections or integrate with third-party services such as Amazon SES, SendGrid, Mailgun, ElasticEmail, Sparkpost, etc. Additionally, you can leverage your hosting server's email-sending capabilities by creating a "PHP Mail" or "Sendmail" server.

{% content-ref url="/pages/zp21dZFE7iPSEFh1uRD2" %}
[Sending Servers](/english/basics/sending/sending-servers.md)
{% endcontent-ref %}

2. **Sending Domains**

Sending domains are used to verify the sender appearing in the email's FROM header. By adding your verified sending domains, you can send emails on behalf of your domain, enhancing security and trustworthiness.

3. **Sending Identity**

In this section, you can add custom sending email addresses for your campaigns. All email addresses and domains must be verified to send emails from them, ensuring you own them and preventing unauthorized use.

{% content-ref url="/pages/3Tyh0hieOQGW19bNaXl2" %}
[Sending Identity](/english/basics/sending/sending-identity.md)
{% endcontent-ref %}

4. **Email Verification Servers**

This feature allows you to connect with third-party email verification services/servers. After integrating verification services, you can access the email list settings page to manage verification processes and maintain high-quality email lists.

{% content-ref url="/pages/e4t8dC6tddUheT7xSbCe" %}
[Email verification servers](/english/basics/sending/email-verification-servers.md)
{% endcontent-ref %}

5. **Blacklist**

The Blacklist feature helps manage and safeguard your campaigns by filtering out unwanted or spam-prone email addresses.

{% content-ref url="/pages/UNnsqyvuyy4h3C109TPS" %}
[Blacklist](/english/basics/sending/blacklist.md)
{% endcontent-ref %}


---

# 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://emailbase.gitbook.io/english/basics/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.
