Skip to content

Latest commit

 

History

555 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluentSMTP - WordPress SMTP & Email Service API connection Plugin


Get it on WordPress.org | Facebook Community | Docs

FluentSMTP Banner

Are you having problems with your WordPress emails not sending? This is the plugin that will solve your email deliverability problem. FluentSMTP is the ultimate WP Mail Plugin that connects with your Email Service Provider natively and makes sure your emails are delivered 💯.

Our goal is to send your WordPress emails fast, secure, and have them reach the inbox.

Fluent SMTP plugin fixes your email delivery issue by connecting WordPress Mail with your email service providers. These integrations are native so it will send the emails superfast.

Connect as many email Service Providers as you want, and FluentSMTP will route your transactional and marketing emails automatically. This is one of the unique features that FluentSMTP has to offer.

🎉 Available Email Service Connections

  • Amazon SES
  • Gmail OAuth
  • Google Workspace OAuth
  • Outlook / Office 365 OAuth
  • SendGrid
  • Mailgun
  • Cloudflare Email
  • toSend
  • Brevo (Sendinblue)
  • Netcore (Pepipost)
  • Postmark
  • SparkPost
  • SMTP2GO
  • Elastic Email
  • Zoho via SMTP
  • Any SMTP email provider
  • More native integrations coming soon

🎉 Fluent SMTP features

Fluent SMTP is the fastest and most advanced WordPress Mail SMTP plugin on the market. We crafted this plugin for speed, reliability and scalability.

  • Real-Time Email Delivery
  • Email Routing to multiple email connections
  • Connect with Any Email Service Providers
  • Fallback Email Connection
  • Email Logging
  • Resend Emails to any recipient, with full resend history
  • Detailed Reporting
  • Daily Connection Health Monitoring
  • Real-time failure notifications via Telegram, Slack, Discord and Pushover
  • WP-CLI support
  • Super fast UI powered by VueJS

Most importantly, this plugin is free and will always be free. 👉 Read Why it's 100% free (always) 👈

Contribute

FluentSMTP is built with Vue 3 and Element Plus (frontend), bundled with Vite. It's backend communication is based on standard WordPress AJAX endpoints.

All endpoints can be found in app/Http/routes.php.

All the email connection drivers can be found in app/Services/Mailer/Providers.

Thanks to our contributors

GitHub Contributors Image

Getting Started

  • Clone this repository.
  • Run composer install to install PHP dependencies.
  • Run pnpm install to install the frontend dependencies. The lockfile is pnpm-lock.yaml, so pnpm is the package manager here; npm install would ignore it and resolve its own versions.

Build JavaScript source

  • Run pnpm run dev (alias: pnpm run start) for development. It builds boot.js once and then watches the app bundle, which is where nearly all the code is. If you are editing boot.js or Bits/FluentMail.js, run pnpm run dev:boot alongside it in a second terminal.
  • Run pnpm run build (alias: pnpm run prod) to build for production.
  • Run ./build.sh to produce the release zip. It installs from the lockfile first, so it does not depend on what is already in node_modules.

All VueJS code can be found in resources/admin.

Translation strings used by the Vue app are extracted with npm run i18n, which regenerates app/Services/TransStrings.php. Only literal strings passed to $t('...') are extracted, so a $t(someVariable) call will render untranslated and the extractor will warn about it.

Running the tests

The suite runs locally through WP-CLI against a real development WordPress install. There is no Docker, PHPUnit, wp-env, or CI service to set up.

bash tests/bin/run-all.sh              # everything
bash tests/bin/run-all.sh static       # lint and route-coverage gates
bash tests/bin/run-all.sh smoke        # admin-AJAX smoke
bash tests/bin/run-all.sh permissions  # every POST route as anonymous + subscriber
bash tests/bin/run-all.sh integration  # database, connection and domain behaviour
bash tests/bin/run-all.sh js           # Vitest over the admin request layer

The harness fails closed: it forces the Simulator provider, blocks outbound HTTP, and aborts the run if the real fsmpt_email_logs row count changes. Running the tests cannot send an email or touch your log.

Read tests/AGENT.md before adding a case, and tests/README.md for the optional coverage gate, the environment-axes runner, and prefix portability.

Building a release

./build.sh

This builds the frontend, installs Composer dependencies without dev packages, produces fluent-smtp.zip, restores your dev dependencies, and then verifies that no development files ended up in the archive.

About

FluentSMTP - WordPress SMTP & Email Service API connection Plugin

Topics

Resources

Stars

159 stars

Watchers

8 watching

Forks

Releases

Used by

Contributors

Languages