For years, almost every WordPress site I ran ended up with a different plugin just to send email. I never really chose them. I installed whatever looked fine at the time, because honestly there is no clear winner. Most of them advertise features I don’t need, or hide the basics behind a paywall. At one point I simply wanted to see the emails my site had sent, or failed to send, and even that asked me to upgrade. That felt wrong.
So I decided to build the simplest and most honest email plugin I could for WordPress. You pick one provider, set it up once, and every email your site sends goes through it. Everything is logged, so you always know what happened. No upsell maze, no ads, nothing basic locked away.
That is Meow Mailer, and all of this is free:
wp-config.php instead of the database.Generic SMTP, Mailgun, Brevo, SendGrid, Amazon SES, Postmark, SMTP2GO, Mailjet, Resend, MailerSend, Gmail / Google Workspace (OAuth 2.0), and Microsoft 365 / Outlook (OAuth 2.0).
Meow Mailer is part of the Meow Apps family of plugins, focused on doing one thing well with a clean, modern interface.
Meow Mailer contacts an external service only after you choose and configure an email provider. Until then (the default “None”) and in “Offline” mode, it sends nothing anywhere.
When you pick a provider, your outgoing email (recipients, subject, body, headers and attachments) and the credentials you entered are sent to that provider so it can be delivered, and only when your site actually sends an email. For Gmail and Microsoft 365, Meow Mailer also contacts their OAuth servers when you connect and refresh your account. Nothing else is ever sent.
You choose a single provider. Generic SMTP talks only to the server you configure. For the others, please review their terms and privacy policy:
Meow Mailer is open source. The full source, including the React code used to build the admin interface, lives on GitHub.