Aller au contenu
WordPress.org

Français

  • Thèmes
  • Extensions
  • Actualités
    • Documentation
    • Forums
  • À propos
  • Compositions
    • Équipes
    • Guide de contribution
  • Obtenir WordPress
Obtenir WordPress
WordPress.org

Plugin Directory

Jooosi Mail

  • Envoyer une extension
  • Mes favoris
  • Se connecter
  • Envoyer une extension
  • Mes favoris
  • Se connecter

Jooosi Mail

Par suasgn
Télécharger
  • Détails
  • Avis
  • Installation
  • Développement
Support

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:

  • AhaSend – API, SMTP. Webhooks supported.
  • Amazon SES – API, HTTPS, SMTP.
  • Azure Communication Services – API.
  • Bird – API, SMTP, SMTPS. Webhooks supported.
  • Brevo – API, SMTP. Webhooks supported.
  • Cloudflare Email Service – API.
  • Elastic Email – API, SMTP, SMTPS.
  • Emailit – API, SMTP, SMTPS.
  • Gmail – API, SMTP.
  • Infobip – API, SMTP.
  • MailerSend – API, SMTP. Webhooks supported.
  • Mailgun – API, HTTPS, SMTP. Webhooks supported.
  • Mailjet – API, SMTP. Webhooks supported.
  • Mailomat – API, SMTP. Webhooks supported.
  • MailPace – API, SMTP.
  • Mailtrap – SMTP, API, Sandbox. Webhooks supported.
  • Mandrill – API, HTTPS, SMTP. Webhooks supported.
  • Microsoft Graph – API.
  • Native PHP – Native PHP mail.
  • Null – Null transport.
  • Pepipost – API, SMTP, SMTPS.
  • Postal – API.
  • Postmark – API, SMTP. Webhooks supported.
  • Resend – API, SMTP. Webhooks supported.
  • Scaleway – API, SMTP.
  • SendGrid – API, SMTP. Webhooks supported.
  • SendLayer – API, SMTP, SMTPS. Webhooks supported.
  • Sendmail – Sendmail.
  • SendPulse – API, SMTP, SMTPS.
  • SMTP – SMTP, SMTPS.
  • SMTP2GO – API, SMTP, SMTPS. Webhooks supported.
  • SMTP.com – API, SMTP, SMTPS.
  • SparkPost – API, SMTP, SMTPS. Webhooks supported.
  • Sweego – API, SMTP. Webhooks supported.
  • toSend – API. Webhooks supported.
  • ZeptoMail – API, SMTP, SMTPS. Webhooks supported.
  • Zoho Mail – SMTP, SMTPS.

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:

  • AhaSend: Terms, Privacy Policy
  • Amazon SES: AWS Service Terms, AWS Privacy Notice
  • Azure Communication Services: Microsoft Product Terms for Online Services, Microsoft Privacy Statement
  • Bird: Terms, Privacy Statement
  • Brevo: Terms of Use, Privacy Policy
  • Cloudflare Email Service: Terms, Privacy Policy
  • Elastic Email: Terms of Use, Privacy Policy
  • Emailit: Terms of Service, Privacy Policy
  • Gmail: Google API Terms, Google Privacy Policy
  • Infobip: Service Terms and Conditions, Privacy Notice
  • MailerSend: Terms of Service, Privacy Policy
  • Mailgun: Terms of Service, Privacy Policy
  • Mailjet: Terms of Service, Privacy Policy
  • Mailomat: Terms, Privacy Policy
  • MailPace: Terms, Privacy Policy
  • Mailtrap: Terms of Service, Privacy Policy
  • Mandrill: Mailchimp Terms of Use, Mailchimp Privacy Policy
  • Microsoft Graph: Microsoft APIs Terms of Use, Microsoft Privacy Statement
  • Pepipost: Netcore Cloud Terms and Conditions, Netcore Cloud Privacy Policy
  • Postmark: Terms of Service, Privacy Policy
  • Resend: Terms of Service, Privacy Policy
  • Scaleway: Terms and Contracts, Privacy Policy
  • SendGrid: Twilio Terms of Service, Twilio Privacy Notice
  • SendLayer: Terms of Service, Privacy Policy
  • SendPulse: Terms of Use, Privacy Policy
  • SMTP2GO: Terms, Privacy Policy
  • SMTP.com: Terms and Conditions, Privacy Policy
  • SparkPost: Bird Terms, Bird Privacy Statement
  • Sweego: General Terms and Conditions of Sale, Privacy Policy
  • toSend: Terms of Service, Privacy Policy
  • ZeptoMail: Zoho Terms of Service, Zoho Privacy Policy
  • Zoho Mail: Zoho Terms of Service, Zoho Privacy Policy

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.

Installation

  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.

FAQ

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.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« Jooosi Mail » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs
  • suasgn
  • Sua

Traduisez « Jooosi Mail » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

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

  • Jooosi Mail plugin is now available on the WordPress.org plugin repository.
  • Blueprint for WordPress.org plugin repository.

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.

Méta

  • Version 1.0.8
  • Dernière mise à jour il y a 2 semaines
  • Installations actives Moins de 10
  • Version de WordPress 7.0 ou plus
  • Testé jusqu’à 7.0.4
  • Version de PHP 8.1 ou plus
  • Langue
    English (US)
  • Étiquettes
    emaillogsmailersmtptransactional email
  • Vue avancée

Évaluations

Aucun avis n’a encore été envoyé.

Votre avis

Tout voir

Contributeurs

  • suasgn
  • Sua

Support

Quelque chose à dire ? Besoin d’aide ?

Voir le forum de support

Faire un don

Souhaitez-vous soutenir l’avancement de cette extension ?

Faire un don à cette extension

  • À propos
  • Actualités
  • Hébergement
  • Confidentialité
  • Vitrine
  • Thèmes
  • Extensions
  • Compositions
  • Apprendre
  • Support
  • Développeurs & développeuses
  • WordPress.tv ↗
  • Contribuer
  • Évènements
  • Faire un don ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Français

  • Visitez notre compte X (précédemment Twitter)
  • Visiter notre compte Bluesky
  • Visiter notre compte Mastodon
  • Visiter notre compte Threads
  • Consulter notre compte Facebook
  • Consulter notre compte Instagram
  • Consulter notre compte LinkedIn
  • Visiter notre compte TokTok
  • Visiter notre chaîne YouTube
  • Visiter notre compte Tumblr
Le code est une poésie.
The WordPress® trademark is the intellectual property of the WordPress Foundation.