For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set up SMTP with SendGrid

SendGrid 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

Simply go to the SendGrid website and sign up.

The first thing you should do after signing up is create a new sender. Go to the 'Sender Authentication' section in the sidebar and continue.

Make sure to go through the email link verification afterward.

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

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

Configuring the SMTP

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

Please check SendGrid's official docs for more information.

  • Host: smtp.sendgrid.net

  • Port: 587

  • Username: apikey (It's just a string 'apikey'!)

  • Password: <YOUR-API-KEY-VALUE>

Your configuration will look like the screenshot above.

Last updated