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.
- Amazon SES
- Gmail OAuth
- Google Workspace OAuth
- Outlook OAuth
- SendGrid
- Mailgun
- Brevo (Sendinblue)
- Pepipost
- Postmark
- Zoho ZeptoMail (TransMail)
- SparkPost
- Elastic Mail
- Zoho via SMTP
- Any SMTP email provider
- More native integrations coming soon
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
- Detailed Reporting
- Super fast UI powered by VueJS
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
- Clone this project.
- Open the project in the terminal.
- Run
npm install
. - Run
npx mix watch
for development. - Run
npx mix --production
to build the project.
All VueJS code can be found in resources/admin
.