Title: Meow Mailer
Author: Jordy Meow
Published: <strong>July 1, 2026</strong>
Last modified: July 2, 2026

---

Search plugins

![](https://ps.w.org/meow-mailer/assets/banner-772x250.png?rev=3592507)

![](https://ps.w.org/meow-mailer/assets/icon-256x256.png?rev=3592507)

# Meow Mailer

 By [Jordy Meow](https://profiles.wordpress.org/tigroumeow/)

[Download](https://downloads.wordpress.org/plugin/meow-mailer.0.1.3.zip)

 * [Details](https://wordpress.org/plugins/meow-mailer/#description)
 * [Reviews](https://wordpress.org/plugins/meow-mailer/#reviews)
 *  [Installation](https://wordpress.org/plugins/meow-mailer/#installation)
 * [Development](https://wordpress.org/plugins/meow-mailer/#developers)

 [Support](https://wordpress.org/support/plugin/meow-mailer/)

## Description

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:

 * **One provider, set up once.** Pick the one you use and forget about it. No confusing
   multi provider routing.
 * **A real email log, free.** Every email in a clean table with recipient, subject,
   provider and status (sent, failed, offline, pending). Click any row to read the
   full message, see the error, and resend it. Many plugins charge for this. Here
   it is free.
 * **Stays out of the way.** Until you pick a provider, Meow Mailer doesn’t touch
   your email, so activating it never breaks what already works.
 * **Never miss a failure.** A dashboard warning appears when emails fail, so silent
   problems don’t go unnoticed.
 * **Background sending.** Email goes out after the page has loaded, so your visitors
   never wait on the mail server.
 * **Offline mode.** Capture every email in the log without sending. Perfect for
   staging and development.
 * **Filters and export.** Filter by status and provider, search by subject or recipient,
   and export to CSV.
 * **Test and resend.** Check your setup with an HTML or plain text test, and resend
   any logged message in one click.
 * **Auto prune.** Keep logs forever, or delete anything older than 7, 30 or 90 
   days.
 * **Light and private.** No bloat, no tracking. Your credentials can live in `wp-
   config.php` instead of the database.

#### Supported providers

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).

#### About Meow Apps

Meow Mailer is part of the Meow Apps family of plugins, focused on doing one thing
well with a clean, modern interface.

### External services

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:

 * Mailgun: [terms](https://www.mailgun.com/legal/terms/), [privacy](https://www.mailgun.com/legal/privacy-policy/)
 * Brevo: [terms](https://www.brevo.com/legal/termsofuse/), [privacy](https://www.brevo.com/legal/privacypolicy/)
 * SendGrid: [terms](https://www.twilio.com/en-us/legal/tos), [privacy](https://www.twilio.com/en-us/legal/privacy)
 * Amazon SES: [terms](https://aws.amazon.com/service-terms/), [privacy](https://aws.amazon.com/privacy/)
 * Postmark: [terms](https://postmarkapp.com/terms-of-service), [privacy](https://postmarkapp.com/privacy-policy)
 * SMTP2GO: [terms](https://www.smtp2go.com/terms/), [privacy](https://www.smtp2go.com/privacy/)
 * Mailjet: [terms](https://www.mailjet.com/legal/terms/), [privacy](https://www.mailjet.com/legal/privacy-policy/)
 * Resend: [terms](https://resend.com/legal/terms-of-service), [privacy](https://resend.com/legal/privacy-policy)
 * MailerSend: [terms and privacy](https://www.mailersend.com/legal)
 * Gmail: [terms](https://policies.google.com/terms), [privacy](https://policies.google.com/privacy)
 * Microsoft 365: [terms](https://www.microsoft.com/en-us/servicesagreement), [privacy](https://privacy.microsoft.com/en-us/privacystatement)

### Development

Meow Mailer is open source. The full source, including the React code used to build
the admin interface, lives [on GitHub](https://github.com/jordymeow/meow-mailer).

## Screenshots

[⌊The email log: every message with recipient, subject, provider and status. Search,
filter by status or provider, and export to CSV.⌉⌊The email log: every message with
recipient, subject, provider and status. Search, filter by status or provider, and
export to CSV.⌉[

The email log: every message with recipient, subject, provider and status. Search,
filter by status or provider, and export to CSV.

[⌊Settings: pick one provider and set it up once, with sender options, delivery 
controls, and a test email.⌉⌊Settings: pick one provider and set it up once, with
sender options, delivery controls, and a test email.⌉[

Settings: pick one provider and set it up once, with sender options, delivery controls,
and a test email.

## Installation

 1. Upload the `meow-mailer` folder to `/wp-content/plugins/`, or install it from the
    Plugins screen.
 2. Activate the plugin.
 3. Go to **Meow Apps > Meow Mailer**, open the **Settings** tab, choose your provider
    and enter its credentials.
 4. Send a test email to confirm everything works. Watch the **Logs** tab.

## FAQ

### Can I use more than one provider at a time?

No, that’s on purpose. One active provider keeps configuration simple and predictable.
You can switch provider any time in Settings.

### Does it store my email password?

For SMTP and API providers, credentials are stored in the WordPress database. You
can instead define them as PHP constants in `wp-config.php` (e.g. `MWMAIL_SMTP_PASSWORD`)
to keep them out of the database. Gmail uses OAuth 2.0, so no password is ever stored.

### What does Offline Mode do?

When enabled, no email is sent. Every message WordPress tries to send is recorded
in the log instead. Ideal for staging sites where you don’t want real emails going
out.

### Will it work with WooCommerce / contact form plugins?

Yes. Meow Mailer intercepts WordPress’s standard `wp_mail()`, which is what those
plugins use.

### What does Background Send do?

When enabled, the page is returned to your visitor immediately and the email is 
sent a moment later in the background, so a slow mail server never slows down your
site. The email shows as “Pending” in the log, then updates to Sent or Failed.

### How do I connect Gmail or Microsoft 365?

Both use OAuth 2.0, so no password is stored. Create an OAuth app (Google Cloud 
Console for Gmail, Azure Portal for Microsoft 365), paste the Client ID and Secret
into the provider settings, add the shown redirect URI to your OAuth app, then click
Connect.

## Reviews

![](https://secure.gravatar.com/avatar/cf81c8fc015d4f00b1e62a4ef446a70d26c64b4d788c4930688cc40ae2475e62?
s=60&d=retro&r=g)

### 󠀁[It just works!](https://wordpress.org/support/topic/it-just-works-891/)󠁿

 [Val Meow](https://profiles.wordpress.org/valwa/) July 2, 2026

I’ve set this up using the Google Gmail API as my provider, and once connected, 
it worked out of the box like a charm! I also really like that you can easily view
all of the email logs directly from the plugin settings. It makes things much easier.

 [ Read all 1 review ](https://wordpress.org/support/plugin/meow-mailer/reviews/)

## Contributors & Developers

“Meow Mailer” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ Jordy Meow ](https://profiles.wordpress.org/tigroumeow/)

[Translate “Meow Mailer” into your language.](https://translate.wordpress.org/projects/wp-plugins/meow-mailer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/meow-mailer/), check
out the [SVN repository](https://plugins.svn.wordpress.org/meow-mailer/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/meow-mailer/) by
[RSS](https://plugins.trac.wordpress.org/log/meow-mailer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.3 (2026/07/02)

 * Update: Renamed the menu item to “Mailer”.
 * Add: Dismissable message inviting users to provide feedback on the forums.

#### 0.1.2 (2026/07/02)

 * Add: Integrated Meow Mailer into the Meow Apps menu alongside other Meow plugins.
 * 🎵 Discuss with others about Meow Mailer on [the Discord](https://discord.gg/bHDGh38).
 * 🌴 Keep us motivated with [a little review here](https://wordpress.org/support/plugin/meow-mailer/reviews/).
   Thank you!
 * 🥰 If you want to help us, check our [Patreon](https://www.patreon.com/meowapps).
   Thank you!

#### 0.1.1

 * Made Meow Mailer fully self contained and lighter.
 * Rewrote the readme and published the source on GitHub.

#### 0.1.0

 * First release.
 * Providers: Generic SMTP, Mailgun, Brevo, SendGrid, Amazon SES, Postmark, SMTP2GO,
   Mailjet, Resend, MailerSend, Gmail (OAuth), Microsoft 365 / Outlook (OAuth).
 * Email log with content preview, status, filters, search, CSV export, and one-
   click resend.
 * Offline mode, background sending, dashboard failure warnings, HTML/plain test
   emails, and automatic log pruning.

## Meta

 *  Version **0.1.3**
 *  Last updated **1 hour ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [deliverability](https://wordpress.org/plugins/tags/deliverability/)[email](https://wordpress.org/plugins/tags/email/)
   [email log](https://wordpress.org/plugins/tags/email-log/)[mailer](https://wordpress.org/plugins/tags/mailer/)
   [smtp](https://wordpress.org/plugins/tags/smtp/)
 *  [Advanced View](https://wordpress.org/plugins/meow-mailer/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/meow-mailer/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/meow-mailer/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/meow-mailer/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/meow-mailer/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/meow-mailer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/meow-mailer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/meow-mailer/reviews/)

## Contributors

 *   [ Jordy Meow ](https://profiles.wordpress.org/tigroumeow/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/meow-mailer/)