

The dashboard: how much was sent, how much failed, the volume day by day, and every email beside it. Search, filter by status or provider, and export to CSV.
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.No open or click tracking. Other email plugins advertise it as a premium feature. It works by putting an invisible pixel in every message and rewriting every link to pass through a redirect, which means logging when your recipients read their mail and what they clicked. That is surveillance of the people your site writes to, it is personal data you then have to account for under the GDPR, and rewritten links make your email look more like spam, not less. Meow Mailer does not do it, and that is not a gap waiting to be filled in a Pro version. There is no Pro version.
Generic SMTP, Mailgun, Brevo, SendGrid, Amazon SES, Postmark, SMTP2GO, Mailjet, Resend, MailerSend, Maileroo, Gmail / Google Workspace (OAuth 2.0), Microsoft 365 / Outlook (OAuth 2.0), and Zoho Mail (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, Microsoft 365 and Zoho Mail, 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: Mailgun (terms, privacy), Brevo (terms, privacy), SendGrid (terms, privacy), Amazon SES (terms, privacy), Postmark (terms, privacy), SMTP2GO (terms, privacy), Mailjet (terms, privacy), Resend (terms, privacy), MailerSend (terms and privacy), Maileroo (terms, privacy), Gmail (terms, privacy), Microsoft 365 (terms, privacy), and Zoho Mail (terms, privacy).
Meow Mailer is open source. The full source, including the React code used to build the admin interface, lives on GitHub.