SAR Friendly SMTP
A friendly SMTP plugin for WordPress. No third-party, simply using WordPress native possibilities.
Overview
Compatibility
Installation instructions
Customer support & learning resources
Changelog
Main benefits
No third-party libraries
Respects modified fields
Enable debug mode
Secure settings page
Send Email Test page
About this plugin
Author: Samuel Aguilera
Categories: Integration and APIs
Version: 1.2.6
Last updated: 02-05-2024
WordPress version: 4.9
Tested up to: 6.5.5
PHP version required: 7.0
Languages: Français
Tags:
Learning resources: View resources
Overview
This WordPress SMTP plugin is designed as a straightforward solution for sending emails through an SMTP server, addressing common issues with existing plugins that frequently break functionality by overwriting the 'from' address and name fields. Developed to adhere to the KISS principle, it uses WordPress core for SMTP without relying on third-party libraries, thus ensuring compatibility with other email-sending plugins like Gravity Forms. Key features include the ability to enable debug mode for logging communications, secure settings configuration via the WordPress settings API, and customizable access to settings through user roles. Additionally, it provides an Email Test page to verify SMTP setup correctness and supports overriding settings via `wp-config.php`, ideal for multi-site installations. Compatible with PHP 7.0+ and WordPress 4.9+, the plugin aims to be a reliable and user-friendly tool for administrators, while also welcoming contributions from developers for continuous improvement.
KISS Principle
- Keeps the plugin simple and easy to use.
- Avoids unnecessary complexity.
No Third-Party Libraries
- Uses WordPress core for SMTP functionality.
- Reduces dependency on external libraries.
Respect for Other Plugins
- Does not overwrite 'from address' and 'from name' fields.
- Ensures compatibility with plugins like Gravity Forms.
Debug Mode and Test Email
- Option to enable debug mode for logging communication.
- Send Email Test page to verify SMTP settings.