Jooosi Mail

Plugin Banner

Jooosi Mail

by Sua

Download
Description

Jooosi Mail is a modern email sending solution for WordPress sites. It routes WordPress email through configurable providers, records delivery activity, supports queue-based processing, and provides operational visibility for sent, queued, and failed messages.

Features

  • Multiple provider support: Use SMTP or popular email services from one plugin.
  • Queue-based delivery: Queue busy sending periods and process messages with Action Scheduler.
  • Provider failover: Fall back to another connection when a provider is unavailable.
  • Email logs: Review sent, queued, failed, and webhook-related activity.
  • Webhook feedback: Supported providers can report deliveries, bounces, complaints, opens, and clicks back to WordPress.
  • Admin and CLI workflows: Manage Jooosi Mail from the WordPress dashboard or WP-CLI.

Supported Providers

Jooosi Mail works with SMTP and many popular email providers. Available sending methods include:

Visit the GitHub repository for documentation, development notes, and issue tracking.

External services

Jooosi Mail routes WordPress emails through third-party email service providers. No data is sent to any external service unless the site administrator explicitly configures a connection to that provider.

When Jooosi Mail sends an email, the following data is transmitted to the configured provider:

  • Email content (subject, body, headers)
  • Recipient address(es)
  • Sender address (From, Reply-To)
  • Attachments (if any)

This data is sent only when WordPress processes queued or immediate emails (via wp_mail() or Action Scheduler). Jooosi Mail does not collect or transmit any data independently.

If webhooks are enabled for a supported provider, that provider may send delivery, bounce, complaint, open, and click data back to your WordPress site.

Named third-party provider terms and privacy policies are available here:

When a site administrator configures one of those transports to send through an external server, email data is sent to the server they configure and is governed by that server operator’s terms and privacy policy.

  1. Upload the plugin files to /wp-content/plugins/jooosi-mail, or install the plugin through the WordPress plugins screen.
  2. Activate Jooosi Mail through the Plugins screen in WordPress.
  3. Open Jooosi Mail in the WordPress admin and configure a sending connection.
Which email providers are supported?

Jooosi Mail supports SMTP and many popular transactional email providers through Symfony Mailer transports.

Does Jooosi Mail replace wp_mail()?

Yes. Jooosi Mail intercepts WordPress wp_mail() calls and routes them through the configured delivery workflow.

Does Jooosi Mail support WP-CLI?

Yes. Jooosi Mail includes WP-CLI commands for operational tasks such as managing connections, migrations, queue processing, and diagnostics.

1.0.8 – 2026-08-11

Changed

  • Lowered the minimum PHP version to 8.1.

1.0.7 – 2026-07-07

Changed

  • The minimum required PHP version has been updated to 8.3.0.

1.0.6 – 2026-07-06

Added

1.0.5 – 2026-07-03

Changed

  • Added direct terms and privacy policy links for supported email providers.

1.0.4 – 2026-06-29

Changed

  • Renamed the project from Omni Mail to Jooosi Mail.

1.0.3 – 2026-06-24

Changed

  • Update to address the WordPress.org submission review feedback.

1.0.2 – 2026-06-05

Fixed

  • Resolved WordPress Plugin Check reports across the codebase.

1.0.1 – 2026-06-05

Fixed

  • Resolved WordPress Plugin Check reports across the codebase.

1.0.0 – 2026-06-05

Added

  • 🐣 Initial release.

See changelog for all versions.

Back to top