WoCo Advanced SMTP

Description

WoCo Advanced SMTP is a comprehensive email delivery solution for WordPress that ensures your emails reach their destination. Unlike basic SMTP plugins, our solution provides advanced email interception, detailed logging, and seamless integration with popular plugins.

🚀 Key Features

SMTP Configuration
* Support for all major email providers (Gmail, Outlook, Yahoo, etc.)
* TLS, SSL, and no encryption options
* Custom SMTP server configuration
* Authentication with username/password
* SSL verification bypass for problematic servers

Email Interception & Delivery
* Guaranteed SMTP delivery for ALL emails
* Intercepts emails from Contact Form 7, WooCommerce, Gravity Forms, Ninja Forms, Elementor Pro, and more
* Forces SMTP configuration even when plugins use custom mail functions
* Override PHP’s mail() function when possible

Advanced Email Logging
* Comprehensive email logs with full email content
* Success/failure status tracking
* Search and filter capabilities
* Bulk log management
* Automatic log cleanup with configurable retention
* Email statistics and analytics

Reply-To Management
* Smart reply-to handling for better customer communication
* Automatic reply-to detection from customer emails
* Custom reply-to configuration
* WooCommerce customer email integration

From Address Management
* Force consistent from addresses across all emails
* Prevent “sent on behalf of” issues
* Override plugin-specific from addresses
* Professional email presentation

Security & Compliance
* Enhanced SQL injection protection with prepared statements
* Proper data sanitization and validation
* Secure database operations with WordPress standards
* CSRF protection with nonce verification
* Capability-based access control

🔧 Supported Integrations

  • WordPress Core – wp_mail() function
  • WooCommerce – Order emails, notifications
  • Contact Form 7 – Contact form submissions
  • Gravity Forms – Form notifications
  • Ninja Forms – Form submissions
  • Elementor Pro Forms – Form emails
  • MailChimp for WordPress – Newsletter emails
  • Newsletter Plugins – Bulk email sending
  • Any plugin using PHPMailer – Universal compatibility

Installation

Automatic Installation

  1. Log in to your WordPress admin panel
  2. Go to Plugins > Add New
  3. Search for “WoCo Advanced SMTP”
  4. Click “Install Now” and then “Activate”

Manual Installation

  1. Download the plugin zip file
  2. Upload to /wp-content/plugins/woco-advanced-smtp/
  3. Activate the plugin through the WordPress ‘Plugins’ menu

Configuration

  1. Go to Advanced SMTP > Settings in your WordPress admin
  2. Configure your SMTP server settings
  3. Set your sender information
  4. Test your configuration

FAQ

Will this plugin work with my email provider?

Yes! Our plugin works with any SMTP-compatible email provider including Gmail, Outlook, Yahoo, and custom SMTP servers.

Do you support Gmail App Passwords?

Absolutely! We recommend using Gmail App Passwords for enhanced security.

Will this work with WooCommerce?

Yes! Our plugin has special integration with WooCommerce to ensure all order emails are delivered reliably.

Can I see which emails were sent successfully?

Yes! The Email Logs feature shows all emails with their delivery status and full content.

Will this slow down my website?

No! Our plugin is optimized for performance and only processes emails when they’re being sent.

Is this plugin secure?

Yes! We follow WordPress security best practices including prepared statements, data sanitization, nonce verification, and capability checks.

Do you store email passwords securely?

Yes! All sensitive data is stored using WordPress’s secure options system with proper sanitization.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WoCo Advanced SMTP” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WoCo Advanced 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

1.0.1

  • Security improvements: Enhanced database query escaping and preparation
  • Improved SQL injection protection across all database operations
  • Added proper escaping for DROP TABLE queries in uninstall process
  • Enhanced prepared statement usage for better security compliance
  • Code optimization for WordPress coding standards compliance

1.0.2

  • Fixed wpdb::prepare() usage warnings for queries without placeholders
  • Removed unnecessary prepare() calls for static queries
  • Fixed DROP TABLE query in uninstall process
  • Improved WordPress 3.9+ compatibility

1.0.3

  • WordPress Coding Standards compliance improvements
  • Enhanced database security with WordPress 6.2+ %i placeholder support
  • Improved prepared statement usage for table name identifiers
  • Added comprehensive phpcs ignore comments for WordPress 6.2+ compatibility
  • Fixed inline comment formatting to meet WordPress standards
  • Enhanced code documentation and parameter comments
  • Improved error handling in catch statements
  • Better code organization and formatting consistency
  • Optimized for WordPress.org plugin directory submission
  • Maintained backward compatibility with WordPress 6.2+

1.0.4

  • Fixed template file line ending issues for cross-platform compatibility
  • Enhanced admin template structure and formatting consistency
  • Improved email logs template with better modal functionality
  • Updated server info template with comprehensive system information export
  • Fixed test email template PHP tag formatting issues
  • Enhanced settings template with improved form structure
  • Added proper phpcs ignore comments for legitimate database operations
  • Improved uninstall script with better cleanup documentation
  • Optimized composer.json for latest WordPress Coding Standards tools
  • Enhanced code documentation and inline comment formatting
  • Better error handling and empty catch statement documentation
  • Improved database query security with comprehensive prepared statements
  • Template files now fully compliant with WordPress coding standards
  • Enhanced user experience with cleaner admin interface design