Get it on WordPress.org | Facebook Community | Docs
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.
Fluent SMTP is the fastest and most advanced WordPress Mail SMTP plugin on the market. We crafted this plugin for speed, reliability and scalability.
Most importantly, this plugin is free and will always be free. π Read Why it's 100% free (always) π
FluentSMTP is built with VueJS and ElementUI (frontend). 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
npm install
.npx mix watch
for development.npx mix --production
to build the project.All VueJS code can be found in resources/admin
.