Description
A simple, no bloat, no paid features – SMTP plugin. Configure your website to send emails via SMTP with comprehensive email logging capabilities.
Features:
– SMTP Configuration: Configure your WordPress site to send emails via SMTP
– Email Logging: Track all sent emails with detailed logs
– Reply-To Support: Set custom reply-to addresses and names
– Test Email: Send test emails to verify configuration
– Security: Proper nonce verification and permission checks
– Database Management: Clean uninstall removes all data
SMTP Settings:
– SMTP Host: Your email server hostname (e.g., smtp.gmail.com)
– SMTP Port: Usually 587 for TLS, 465 for SSL, or 25 for no encryption
– SMTP Authentication: Enable/disable authentication
– Username: Your email account username
– Password: Your email account password
– Encryption: Choose TLS, SSL, or no encryption
Email Settings:
– From Email: The email address emails will be sent from
– From Name: The name that appears as the sender
– Reply-To Email: Custom reply-to address (optional)
– Reply-To Name: Custom reply-to name (optional)
Logging:
– Enable Email Logging: Turn on/off email logging functionality
– View logs at Settings > Email Logs
Email Logging Features:
– Track all sent emails with timestamps
– View email details including headers and attachments
– Monitor failed emails with error messages
– Bulk delete or individual log management
– Pagination for large log volumes
Requirements:
– WordPress 6.5 or higher
– PHP 7.4 or higher
License:
This plugin is released under the MIT License. See LICENSE file for details.
Roadmap
- Description of plugin on wordpress.org and screenshots to be updated. Timeline is unknown.
Installation
- Upload the
mailmoofolder to your/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > MailMoo to configure your SMTP settings
Reviews
There are no reviews for this plugin.
Contributors & Developers
“MailMoo SMTP” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “MailMoo SMTP” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
- SMTP configuration
- Email logging
- Reply-to support
- Test email functionality