Sending invitations to new users using Mailgun's SMTP server

Hello, I have deployed retool on my k8s cluster. I find environment variables in the source code, where I see set up a connection to the server.

The only thing I could find is:
MAILGUN_API_KEY: Secret()
MAILGUN_DOMAIN: NonSecret()
MAILGUN_FROM_EMAIL: NonSecret()
MAILGUN_REPLY_TO: NonSecret()
EMAIL_SENDER_HOST: NonSecret()

I tried to pass the configuration data to these keys, but the miracle did not happen.

Could you tell me how you have implemented the API-mailgun setup?

Hey @Ralaam!

Sorry about the confusion here :sweat: these variables are actually for internal use, if you're looking to set up email sending you'll likely want to check out the SMTP integration. If you're specifically looking to use Mailgun's REST API, then these docs should be helpful in connecting to it.

If you run into any questions with those docs or further trouble setting it up, please let me know!