# Getting ready to send

**The following steps will be required for an end-to-end Velocity MTA deployment:**&#x20;

* [ ] Add a [PTR record ](/docs/what-you-need-to-know-before-you-install-velocity-mta/ptr-records-and-reverse-dns.md)for your Sending IP at your server hosting provider (aka Reverse DNS).&#x20;
* [ ] [Install Velocity MTA](/docs/velocity-mta-basics/installing-velocity-mta.md) on a Ubuntu Linux server with at least one IP address that can be used for sending email.
* [ ] Connect your Velocity MTA server in the ESP platform administrator UI under MTA -> Velocity MTA Servers.
* [ ] [Configure DKIM](/docs/velocity-mta-basics/configure-dkim.md).
* [ ] Add SPF and DMARC authentication to your DNS hosting provider, such as Cloudflare, Namecheap, or GoDaddy, by using ChatGPT or another online generator to create your TXT records.
* [ ] Create an MTA Delivery Policy in the ESP platform administrator UI.
* [ ] Assign the MTA Delivery Policy to a [Postal Route](/docs/introduction/postal-routes.md).
* [ ] Assign the Postal Route to a Customer Account.
* [ ] [Send a test message](/docs/velocity-mta-basics/sending-your-first-test-message.md) from the Customer Account through the email marketing platform using the broadcast test widget.
* [ ] Monitor the velocity-install/logs/velocity.log file.


---

# 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.emaildelivery.com/docs/velocity-mta-basics/getting-ready-to-send.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.
