• 2.1.0 0a42e00299

    v2.1.0 Stable

    javier released this 2026-02-09 12:00:14 +00:00 | 0 commits to main since this release

    2.1.0

    • Changed uninstall behavior: plugin no longer performs cleanup on uninstall, all data cleanup is now handled by the core SMTP plugin.
    • This ensures Newsletter configuration is preserved when only the add-on is removed, and properly cleaned when the core plugin is uninstalled.
    • Simplified uninstall.php to delegate all cleanup responsibility to core SMTP plugin.
    Downloads
  • 2.0.1 e12ae9784f

    v2.0.1 Stable

    javier released this 2026-01-29 10:10:23 +00:00 | 1 commits to main since this release

    2.0.1

    • Removed Network requirement from plugin headers to allow single-site activation.
    Downloads
  • 2.0.0 a29b2d82ad

    v2.0.0 Stable

    javier released this 2026-01-29 10:02:06 +00:00 | 2 commits to main since this release

    2.0.0

    • Updated compatibility with SMTP (by ROBOTSTXT) plugin 2.0.0.
    • Enhanced integration with core SMTP plugin security improvements.
    • Improved error handling and validation.
    • Code quality improvements.

    1.0.0

    • Initial release with SMTPKeepAlive support for efficient SMTP batch sending.
    • Amazon SES API integration for optimized delivery.
    • Automatic configuration from ROBOTSTXT SMTP plugin.
    • Dynamic speed calculation from SMTP rate limits (up to 32,400 emails/hour).
    • Batch processing with configurable batch size (up to 2,610 emails per chunk).
    • Support for custom batch sizes per provider type.
    • Max emails per connection configuration to prevent timeouts.
    • Integration with ROBOTSTXT SMTP rate limiting system.
    • Automatic FROM address configuration from ROBOTSTXT SMTP.
    • HELO hostname configuration for multisite compatibility.
    • Comprehensive error logging to Newsletter system.
    • Automatic detection of SMTP vs Amazon SES mode.
    • Resilient error handling - continues sending even if individual recipients fail.
    • WP-CLI compatibility for cron execution.
    • Uninstall script to clean database on plugin deletion.
    • Performance: 20-30x faster bulk email sending compared to standard wp_mail().
    • Performance: Sends 22 emails in ~7 seconds using SMTPKeepAlive.
    Downloads