Create an API key
To start, create an API key from the Mailgun dashboard. Once you’ve done that, you’ll be able to use the API key as your password in Nova’s configuration file.Add a custom domain
Mailgun will require that you add your domain. You will be provided several DNS records that will need to be added with your domain registrar (where you bought the domain name). After that’s complete and Mailgun has verifid that everything is correct, you can configure Nova.Update Nova’s email configuration
After you’ve completed the above steps, you can update Nova’s email configuration file found atapplication/config/email.php
with the following information:
application/config/email.php
If something above doesn’t work, it’s possible that changes have been made to Mailgun’s SMTP integration. You can view their documentation for the latest version of the SMTP integration instructions.