=== MailMoo SMTP ===
Contributors: creatorcow
Tags: smtp, mediamoo, email
Requires at least: 6.5
Tested up to: 6.9
Stable tag: 1.0.1
Requires PHP: 7.4
License: MIT
License URI: https://opensource.org/licenses/MIT

Simple, no bloat, no paid features SMTP plugin. 

== 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.

== Installation ==

1. Upload the `mailmoo` folder to your `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Settings > MailMoo to configure your SMTP settings


== Roadmap ==
* Description of plugin on wordpress.org and screenshots to be updated. Timeline is unknown.

== Changelog ==

= 1.0.1 =
- Testing up to 6.9.1. 

= 1.0.0 =
- Initial release
- SMTP configuration
- Email logging
- Reply-to support
- Test email functionality
