Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpmanageninja/fluent-smtp
FluentSMTP - WordPress SMTP & Email Service API connection Plugin
https://github.com/wpmanageninja/fluent-smtp
smtp-mail wordpress-development wordpress-plugin
Last synced: about 1 month ago
JSON representation
FluentSMTP - WordPress SMTP & Email Service API connection Plugin
- Host: GitHub
- URL: https://github.com/wpmanageninja/fluent-smtp
- Owner: WPManageNinja
- Created: 2021-01-14T14:40:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T10:36:34.000Z (3 months ago)
- Last Synced: 2024-10-10T03:43:11.391Z (about 1 month ago)
- Topics: smtp-mail, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage: https://fluentsmtp.com
- Size: 16.9 MB
- Stars: 87
- Watchers: 9
- Forks: 44
- Open Issues: 160
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### FluentSMTP - WordPress SMTP & Email Service API connection Plugin
---
**[Get it on WordPress.org](https://wordpress.org/plugins/fluent-smtp/) | [Facebook Community](https://www.facebook.com/groups/fluentcrm) | [Docs](https://fluentsmtp.com/docs)**
![FluentSMTP Banner](https://ps.w.org/fluent-smtp/assets/banner-1544x500.png)
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 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 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
* Detailed Reporting
* Super fast UI powered by VueJSMost importantly, this plugin is free and will always be free.
👉 Read Why it's 100% free (always) 👈#### Contribute
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**
![GitHub Contributors Image](https://contrib.rocks/image?repo=WPManageNinja/fluent-smtp)
#### Build JavaScript source
- 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`.