# Transactional SMTP Relay: steps to start sending

* [ ] Create a [Connection](https://docs.emaildelivery.com/docs/introduction/getting-ready-to-send) or [MTA policy](https://docs.emaildelivery.com/docs/velocity-mta-basics/creating-an-mta-delivery-policy)
* [ ] Create a [Postal Route](https://docs.emaildelivery.com/docs/introduction/postal-routes) for your Connection or MTA Policy
* [ ] Create a [Customer Account](https://docs.emaildelivery.com/docs/backend-administration/creating-customer-accounts) or use the default Acme Customer
* [ ] Add the Postal Route to the Customer Account
* [ ] Add a [User Account](https://docs.emaildelivery.com/docs/backend-administration/creating-user-accounts) under the Customer Account
* [ ] Log in as the User Account in Incognito mode or a second web browser

{% hint style="warning" %}
**You have to log in directly as the User for this next step.**&#x20;

Don't use administrator impersonation mode.&#x20;
{% endhint %}

* [ ] Find your User API Key by clicking **Integrate -> API & SMTP -> SMTP Relay**&#x20;
* [ ] Use the API Key as your username and password&#x20;
* [ ] Connect to your ESP platform DNS hostname or IP address on port 587, 2525, or 8025
* [ ] Use STARTTLS or TLS for your encryption method, or choose no encryption

{% hint style="info" %}
**All three ports accept both TLS and disabled/no encryption.**
{% endhint %}

{% hint style="danger" %}
**TLS is the only supported encryption method - do not select SSL in your application.**
{% endhint %}

{% hint style="info" %}
**Try connecting using your IP address instead of your domain if you run into issues.**
{% endhint %}

{% hint style="info" %}
**Your transactional SMTP messages will be delivered via the Customer's Postal Route.**

Mail comes **into** your Transactional SMTP Relay on port 587, 2525, or 8025 and goes **out of** the Connection or MTA Policy configured in the Postal Route assigned to your Customer Account in the administrative backend.
{% endhint %}

All mail delivered from your ESP platform follows the same pathway:&#x20;

**Broadcast, Funnel, or Transactional Message ->**  **Customer Account -> Postal Route -> API Connection, SMTP Relay Connection, or MTA Policy -> Gmail/Yahoo/Outlook/etc**&#x20;

{% hint style="success" %}
**You can actually use whatever you want for the Transactional SMTP Relay username.**&#x20;

We recommend using the API Key for the username and password for simplicity of explanation, but the username is actually ignored and discarded and can be anything.
{% endhint %}

{% hint style="danger" %}
**If you're using Cloudflare for HTTPS, extra steps to** [**enable SMTP Relay** ](https://docs.emaildelivery.com/docs/options-for-adding-https/transactional-smtp-relay-requirements-for-cloudflare)**are required.**&#x20;
{% endhint %}
