The plugin adds queue system that can intercept all the emails sent through the function, and depending on the predefined rules 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 HTML, and send them as HTML, with options to customize the template and various other aspects..
Queue works through CRON, as job, and you can configure how many emails to send in batch, with the timeout setting to prevent PHP timeout breaking the sending process..
Customize Reply and Sender fields for all emails sent through the queue.
Logging of the errors for each email send through the queue.
It's not advisable to use this plugin along with some other plugin that manipulates WordPress PHPMailer object..
Activate the plugin through 'Plugins WordPress...
The plugin has own top-level item in WordPress admin side GD Mail Queue.
The plugin has option that will copy SMTP settings when creating emails for the queue, but it's disabled by default...
Interested in development.., check out SVN repository, or subscribe to the development log by RSS...
Read more