=== GD Mail Queue === Contributors: GDragoN Donate link: https://plugins.dev4press.com/gd-mail-queue/ Version: 2.0 Tags: dev4press, mail, queue, bbpress, wp_mail, html email, smtp Requires at least: 4.9 Tested up to: 5.2 Requires PHP: 5.6 Stable tag: trunk License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Intercept emails sent with wp_mail and implements flexible mail queue system for sending emails, converting plain text emails to HTML with templates customization. == Description == The plugin adds a mail queue system that can intercept all the emails sent through the `wp_mail` function, and depending on the predefined rules (number of recipients) sent the email into the queue, with each recipient getting own email. On top of that, the plugin can process all plain text emails and wrap them in the HTML, and send them as HTML, with options to customize the template and various other aspects. How the plugin works: * Intercept every `wp_mail` call * If needed, wrap email in HTML * Determine the number of recipients * If eligible, add each recipient email into the queue Process of turning plain text into HTML emails, support all emails sent through wp_mail, even if they don't end in the queue. This can turn all WordPress system emails (registration, password reset...) into HTML emails. You can: * Choose between predefined HTML templates * Add your own custom HTML template * Define your custom header and footer for emails Queue works through the CRON, as a background job, and you can configure how many emails to send in a batch, with the timeout setting to prevent PHP timeout breaking the sending process. Other plugin features include: * Dashboard: an overview of the queue (including the last run) statistics * Dashboard: an overview of the overall mailer statistics * Email sending engine based on PHPMailer class * PHPMailer options to use SMTP for sending emails * Customize email From for all emails passed through `wp_mail` * Customize email From, Reply and Sender for all emails sent through the queue * Automatic cleanup of all successfully sent and/or failed emails * Logging of the errors for each email send through the queue * Developers friendly with various actions and filters for extra control * Support for intercepting bbPress subsription notifications emails * Support for the BuddyPress mail system (when using PHPMailer) * Track email types from emails sent by WordPress, bbPress and more * Tools to test sending of emails and adding to the queue = Important = * Plugin only works with default WordPress `wp_mail` function that uses `PHPMailer` object. * It is not advisable to use this plugin along with some other plugin that manipulates WordPress `PHPMailer` object. * Plugin doesn't support plugins that are replacing `wp_mail` function (Sendgrid, WP Offload SES and similar). = More Information and Support = * More information about [GD Mail Queue](https://plugins.dev4press.com/gd-mail-queue/) * Support and Knowledge Base for [GD Mail Queue](https://support.dev4press.com/kb/product/gd-mail-queue/) == Installation == = General Requirements = * PHP: 5.6 or newer * mySQL: 5.1 or newer = PHP Notice = * Plugin should work with PHP 5.3, 5.4 and 5.5, but these versions are no longer used for testing, and they are no longer supported. * Plugin doesn't work with PHP 5.2 or older versions. = WordPress Requirements = * WordPress: 4.9 or newer = WordPress Notice = * Plugin should work with WordPress 4.0 to 4.8 but these versions are no longer used for testing, and they are no longer supported. * Plugin doesn't work with WordPress 3.9 or older versions. = Basic Installation = * Plugin folder in the WordPress plugins folder must be `gd-mail-queue`. * Upload `gd-mail-queue` folder to the `/wp-content/plugins/` directory. * Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = Does plugin works with WordPress MultiSite installations? = Yes. Each website can be set up to use the mail queue. = Can I translate the plugin to my language? = Yes. The POT file is provided as a base for translation. Translation files should go into Languages directory. = Where can I configure the plugin? = The plugin has own top-level item in the WordPress admin side menu: GD Mail Queue. This will open a panel with dashboard, settings and tools. = Does plugin supports other SMTP sending plugins? = No. But, the plugin has support for SMTP email sending, and you can add your SMTP server information for plugin to use for all emails and/or queue emails. = Can I specify SMPT server for sending queue emails? = Yes. == Upgrade Notice == = 2.0 = Support for queue email send engines with PHPMailer engine. Support for SMTP sending. Test email sending and queue tools. Various updates and fixes. == Changelog == = 2.0 - 2019.05.06 = * New: support for queue email send engines * New: email send engine: phpmailer * New: phpmailer support for using SMTP for sending * New: set from email and name globaly in wp_mail * New: additional information on the dashboard for queue * New: tools to test email sending and adding to the queue * New: detect email type for emails sent by BuddyPress * New: includes defuse encryption library * Edit: few changes in some of the filters and actions * Edit: better organization of the plugin settings panels * Edit: improvements to the function for adding to the queue * Edit: various loading and initialization improvements * Fix: few issues when preparing an email to send in queue * Fix: few problems with function for adding to the queue * Fix: plugin settings export not working = 1.0 - 2019.05.02 = * First plugin version == Screenshots == 1. Plugin Dashboard 2. Settings: Mailer Controls 3. Settings: Queue Controls 4. Settings: HTML Template 5. Settings: PHPMailer SMTP 6. Email Example: Basic Template 7. Email Example: Basic Template with Header and Logo 8. Email sending test tool