Mailgun and Modx

Has anyone managed to configure Mailgun for Modx ? If so, would you be so kind to share you settings please ?

I have this fresh install of Modx 3 ( php8 and mariadatabase ). Something wrong but I can’t put my finger on it.

By the way, it’s not related to mailgun, but I think Modx3 has a bug with password reset. It actually resets the password before receiving the email.

Ok found it! If it can help others, here is the working config:

Thanks!

FYI, the Notify extra includes a class called “MailgunX” and will use It to send emails to your users via Mailgun. Notify requires that the Subscribe extra be installed, though you don’t have to use it to use Notify.
Subscribe (optionally) will manage registration and also user preferences and unsubscribing, which Notify can then use to decide who to send emails to. There’s some information on using Mailgun here: Notify Extra. You probably don’t need it, but others reading this might.

1 Like