Tinio SMTP Mailer
A lightweight WordPress plugin to send emails reliably using PHPMailer and an SMTP server. No bloat, just the essentials.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jure-ve/tinio-smtp-mailer/archive/refs/heads/main.zipDeclares an update source (https://github.com/jure-ve/tinio-smtp-mailer), so updates arrive through the plugin's own updater.
From the readme
Tinio SMTP Mailer
A lightweight and modern WordPress plugin to send emails reliably using PHPMailer and an SMTP server. No bloat, just the essentials with professional-grade logging.
Description
I created the Tinio SMTP Mailer because I was tired of WordPress emails getting lost in spam or not arriving at all when using PHP's mail() function. Other SMTP plugins were too complex and filled with ads.
This plugin is a modern, secure, and reliable solution to configure WordPress to send emails via an SMTP server using PHPMailer. It features a robust Email Log system to track every message sent and ensure your transactional emails are reaching their destination.
Key Features
- Modern Architecture: Built with a clean PHP 8.1+ class-based structure and namespaces for maximum reliability.
- Email Logging: Keep track of every sent email, including recipient, subject, status (success/failed), and detailed error messages.
- Log Management: Automatic daily cleanup (WP-Cron) and manual pruning tools to keep your database lean.
- Full i18n Support: Ready for translations. Includes a complete Spanish (esES) localization.
- Secure Password Storage: Industry-standard AES-256-CBC encryption f
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.