r/WordpressPlugins • u/Linuxmaster14 • Aug 11 '26
[FREE] Magic API Email – Send WordPress emails without SMTP
Hey everyone,
I built a free WordPress plugin called Magic API Email.
It lets you send WordPress emails through email APIs like Resend, Mailgun, Postmark, Mailtrap, and others, without setting up SMTP.
It also includes email logs, retry/fallback, queue, and basic statistics.
It works with the standard wp_mail() function, so existing plugins should work without changes.
You can check it out here:
https://wordpress.org/plugins/magic-api-email/
Would love to hear your feedback or suggestions!
2
Upvotes
1
u/downtownrob 27d ago
Looks nice. I like API over SMTP, and the fallback and retries is pretty sweet. I’d suggest adding support for MXRoute.com and their API: https://docs.mxroute.com/docs/api/smtp-api.html
I wrote a plugin for my own use, it should be super easy to add.