Mail Queues by PBCI
Queue, Throttle, Send SMTP email through multiple providers. Automatic re-send when non-delivery received.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4553 days ago • 3 reviews
Is Mail Queues by PBCI abandoned?
Possibly abandoned (last update 4553 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Send mail using SMTP without exceeding the the rate allowed by your mail provider(s). Mail can be sent using multiple
user logins/passwords to give fault tolerance and make each mail message somewhat unique so that it is less likely to
be flagged as SPAM/UCE by either your or the downstream mail providers. Messages can be automatically resent when
the plugin detects Non-delivery messages (NDRs) returned from mail sent by the plugin.
Email can be throttled per outbound SMTP account. Limits can be set for maximum number of recipients per hour and per day.
Features
- Sends mail via SMTP
- Send mail no faster than the configured number of recipients per hour and day. Keeps you in complience with your providers email sending limits.
- Configure multiple SMTP accounts to use for sending messages (Gmail, MSN, Go-daddy, etc)
- Process non-delivery messages and automatically resend messages
- Keep record of sent mail messages so that you can prove to your provider you didn’t send SPAM
- Automatically stops sending email when errors encountered, auotmatically restarts after configured period of time
- Mail sending statistics display
Benefits
- Using multiple email accounts makes it less likely that your email will be incorrectly flagged as SPAM by downstream providers
- Use in combination with other email newsletter, sending and formatting WordPress plug-ins
- Reduces non-delivered mail due to invalid SPAM flagging or exceeding near or downstream provider sending/receiving limits
More information can be found on our web site.
Notes
Non-Delivery Processing
Non-Delivery (NDR) messaging processing note: plugin should recognize common non-delivery formats. But, because non-deliveries are free form, and can be highly customized or specifically localized the plugin may not recognize the message. If you provide a sample non-delivery message we can make the plug-in a little smarter.
Installation
- Upload the files to the /wp-content/plugins/mail-queues directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Using the Mail Queues->Settings menu configure Message Header Options
- Using the Mail Queues->Settings menu configure Non-Delivery Report (NDR) Processing options
- Using the Mail Queues->Setup Queues menu define one or more message sned queues (accounts)
- Using the Mail Queues->Test Mail queuing menu send a test message to be sure everything is working
Frequently Asked Questions
How are non-delivery messages retrieved?
Configure a single mailbox to collect non-delivery messages. Setup each sending mailbox to forward any messages received to that single mailbox. The plug-in accesses that mailbox using the POP3 protocol. User name a password for the POP3 mailbox are configured in the settings page.
How many queues can the plugin support?
No limit really, but we have tested in excess of 20 simultanious SMTP queues
Does the plugin work with gmail?
Yes. also it has been tested with MSN, Dreamhost, Go Daddy, and self hosted SMTP servers
Review feed
Screenshots

Message Queues Status Display

Message Queues Enable/Disable, Header Options

Queueing and dequeuing Options, Non-Delivery Processing Options

Non-Delivery Processing Options, Debugging and Testing Options

Stalled Mail Display

Message Queue Test Message Generation

Setup new SMTP mail Queue

Configured Queue List
Changelog
1.6
General bug fixes
1.5
Source code cleanup
1.0.6
Queues are prioritized in order of last used and then lowest number of errors. This should spread email more evenely over multiple queues in low send frequency sites.
1.0.5
a couple of comments added, readme updates
1.0.4
fixed typo introduced in header tweaks
1.0.3
readme.txt tweaks
1.0
- Initial public release version