Set up the SMTP Email

For HollaEx Cloud users, there's a built-in feature to provide free (and easy!) SMTP mail server support. Please check the 'Hosting' - 'Domain' section on the HollaEx Dashboard. For details on this check the following page.

After all the years since email was invented in the 1970s, it is still a crucial part of many internet services. HollaEx Kit is no exception! The email service is used to notify users about their activities, send updates to the exchange operator, and is mandatory for security verification.

HollaEx Kit relies on standard "SMTP" protocol. This is a technical standard that most email service providers support. Below you can find a list of services offering this service.

SMTP configuration on the HollaEx Kit

Once you login to your HollaEx exchange as an admin, go to the Operator Controls and you'll see the section for configuring SMTP details in the 'General' tab.

From here, you can put the SMTP credentials that you got from the email provider.

This sample image above uses the configuration with SMTP credentials offered by AWS SES.

In addition to configuring your settings, at the bottom of the inputs, using the 'SEND ADMIN TEST EMAIL' link will allow you to test whether these settings have worked by sending a test email.

Troubleshooting

You can browse HollaEx Kit server logs to see more details in order to find issues with your mail server provider.

hollaex logs --target api

The command above will show the logs from your API server. Searching the keyword SMTP would be the fastest way to find what you are looking for.

Last updated