Set up SMTP with Mailgun

Mailgun is an easy-to-use email service that is oriented towards developers. It provides straightforward API guidelines and interface to make your app to send emails like a boss.

Get started

Go to the Mailgun website and sign up first. It might require you to verify your mobile phone number and credit card. But once you verify all of these, you will get free 3 months trial, so not a bad deal.

Once you finish all verification steps, go to the 'Domains' section at the sidebar, and click 'Add New Domain' to proceed.

Provide your root domain here. For example, if you want to send emails with dev@example.com email, you should type example.com here.

Now, based on what it shows, you should add those values to your domain's DNS configuration. Add all of those values step by step, and click verify button at the Mailgun console to go next.

It's mostly done now. Once your domain is verified, click the 'SMTP' menu, and you'll see the credentials for it right away. Based on that, all you need to do is set it up on your HollaEx exchange.

Configuring the SMTP

Your configuration should be similar to the screenshot above.

Last updated