Home
Softono
w

wpmanageninja

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by wpmanageninja

fluent-smtp
Open Source

fluent-smtp

### 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 VueJS Most importantly, this plugin is free and will always be free. ๐Ÿ‘‰ <a href="https://fluentsmtp.com/why-we-build-fluentsmtp-plugin/">Read Why it's 100% free (always)</a> ๐Ÿ‘ˆ #### 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) #### Getting Started - Clone this repository. - Run `composer install` to install PHP dependencies. #### 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`.

WordPress Themes & Plugins Email Servers
145 Github Stars
easy-code-manager
Open Source

easy-code-manager

## FluentSnippets ๐Ÿš€ #### The High-Performance Code Snippet Plugin for WP ---- [**Website**](https://fluentsnippets.com) | [**Download From WordPress**](https://wordpress.org/plugins/easy-code-manager/) ### Features - File-based Snippets (0 Database Query) ๐Ÿš€ - Custom Code Snippets (PHP/HTML/CSS/JS) - Advanced Conditional Logic - Automatic Error Handling - Custom Shortcode - Stand-alone Mode (keep running your snippets in stand-alone mode. No lock-in, use it whenever you want.) ### Why do we build FluentSnippets? Long story short, we manage many websites for our products and these are mostly content sites, our content team sometimes needs to add custom functionality for content placement and dynamic content blocks and we need a code snippets plugin as we manage our WP files via Git. We tried to use almost all the existing code snippets plugins and could not choose a single one because of the design decision these plugin authors made. Please read the full post to understand why we had to build a better solution to use our own. ### Design of FluentSnippets ![Design of FluentSnippets](https://fluentsnippets.com/wp-content/uploads/2023/12/fluent-snippets-plugin-design.png) You see, the design is super simple and this is what it should be! FluentSnippets stores the code snippets in the flat file and uses code blocks in each snippet file to add metadata like a description, title, conditional logic, snippet type, and other things. We also parse these data once and cache these into index.php so we donโ€™t have to parse these code blocks in every request. Then on runtime, it just includes those files to your selected action hook. In the whole process, FluentSnippets runs 0 database queries. In fact, we donโ€™t have any Database query in the whole plugin runtime. With this native design, FluentSnippets is native, secure by design, and the most performant code snippets in this category. ### The code editor The code editor of FluentSnippets is simple. We have used codemirror javascript library to add the code editor. It does not have advanced features like auto-complete. ![Code Editor](https://fluentsnippets.com/wp-content/uploads/2023/12/snippet-explained-2048x1362.png) ### Future of FluentSnippets Every plugin we build, we aim to solve problems for businesses and add immerse values. We are releasing FluentSnippets with the same goal and vision. We will continue imrove, innovate add features the community wants. Few things we are going to add in the next few weeks in this website - Code Snippets Library powered by the community and plugin authors - Community Forum for Support and discussions - Improve the Code Editor to support auto-complete - Adding more snippet locations - Adding more conditional logics You are more than welcome to contribute to the code or the documentation. Or helping us by recommending this to your friends and community. Together, letโ€™s make the WordPress more powerful and secure. ### How to build - `npm install` - `npx mix watch` - For development - `npx mix --production` - For Production ### Building the plugin for WP Repo - `sh build.sh --loco --node-build` // Build the plugin for WP repo with Loco Translate and Node build

WordPress Themes & Plugins
57 Github Stars