# Set up SMTP with SendGrid

![](/files/-MZRp1bUqjWv36D3Paf1)

[SendGrid](https://sendgrid.com/) is one of the well-known email service providers and it can be integrated easily with HollaEx Kit. In this article we will go through step by step on how to set up Sendgrid with HollaEx Kit.

## Get started

![](/files/-MZRplQKDT8cRXs1EySE)

Simply go to the SendGrid website, and sign up.&#x20;

![](/files/-MZRqLwWdvfzIrB56e31)

The first thing you should do after the sign-up is, creating a new sender. Go to the 'Sender Authentication' section at the sidebar and continue.

![](/files/-MZRro9IxNnt7CzFGEgh)

Make sure to go through the email link verification afterward.

![](/files/-MZRsiRaG3OSeksB8kLj)

Now, you should make an API key for SendGrid. Go to the 'API Keys' section at the sidebar and create an API key. You should give at least '**Mail**' **permission** to it!&#x20;

Don't forget to keep it somewhere once its generated.

## Configuring the SMTP

To use SendGrid for sending emails from your HollaEx Kit exchange, refer to the details below and set it on your exchange.

{% hint style="info" %}
Please check SendGrid's [official docs](https://sendgrid.com/docs/for-developers/sending-email/integrating-with-the-smtp-api/#smtp-ports) for more information.&#x20;
{% endhint %}

* Host: `smtp.sendgrid.net`
* Port: `587`
* Username: `apikey (It's just a string 'apikey'!)`
* Password: `<YOUR-API-KEY-VALUE>`

![](/files/-MZRxc5BKvcF5XCHE4b8)

Your configuration will look like the screenshot above.


---

# 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.hollaex.com/how-tos/set-up-the-smtp-email/set-up-smtp-with-sendgrid.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.
