mailq 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| mailq-6.x-2.0-alpha1.tar.gz | 13.33 KB | bc3c6493b7c8beee7d61f3d0b4bb8a13 |
| mailq-6.x-2.0-alpha1.zip | 14.91 KB | 1ff6d1027dbcfceb9a7d260a15ebbf4b |
Release notes
This is a rewrite of the 6.x-1.x branch and is incompatible with the 6.x-1.x branch. There is no update path other than to uninstall the 6.x-1.x version and install the 6.x-2.x branch.
The following are some of the changes in the 2.x branch
- Took out mailq_running_batch variable as we are no longer using that
- Replaced truncate query with delete from flush table query
- Corrected the value for the drupal_default library in admin settings form
- Added function mailq_is_mailq_enabled to check if mailq is enabled instead of checking for variables directly
- Moved the drupal_mail_wrapper function to an include file to be included conditionally on mailq being enabled
- Added cleanup of variables on uninstall
- Took out the inclusion of mailq.mail.inc via the module as this will be done by drupal_mail_send itself
- Set the initial mailq_send_library to the current smtp_library in the site
- Restructured the processing of mails in mailq. Took out hook_mail and started storing the message directly as a serialized object. Currently calls drupal_mail_send instead of drupal_mail or drupal_mail_wrapper in cron
- Changed database structures, took out the log table
- Added README with information about how mailq works
- Changed mailq config optionss to textboxes instead of select boxes to give better control for users
mailq 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mailq-6.x-2.x-dev.tar.gz | 13.77 KB | a227d550bab799a6a7011a3e6e08769e |
| mailq-6.x-2.x-dev.zip | 15.46 KB | 0fffe6d5bf4e95bcf44b6b2a377bd132 |
Release notes
Daily development build of the 2.x branch of mailq.
mailq 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mailq-6.x-1.0.tar.gz | 11.54 KB | c802c06de1c7b5b5fd6d2376cb462d61 |
| mailq-6.x-1.0.zip | 12.41 KB | e128f6ddd26162cbd8870dfa0d4e6ca1 |
Release notes
No major changes since 6.x-1.0-beta2.
Minor fixes as per #797740
Minor code cleanup and comments added.
mailq 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| mailq-6.x-1.0-beta2.tar.gz | 11.2 KB | d0f2b45f8ed4b245f17f271d06cb73d3 |
| mailq-6.x-1.0-beta2.zip | 12.1 KB | 57c68bb61cade48495d353c802145e49 |
Release notes
#251027 by InternetPro: Fixed issue with missing where clause that resulted in all mails being marked sent without actually having sent them
- Added debug mode and debug messages for mailq actions
- Reformatted sql queries
- Fixed display of timestamps where value was 0, reformatted sqls
#229812 ff1, InternetPro: Fixed issue with mails not being sent when cron invoked from admin/logs/status/run-cron
#229801 by ff1: Fixed issue with batch size not being respected by cron
- Made changes as recommended by coder
mailq 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| mailq-6.x-1.0-beta1.tar.gz | 10.66 KB | 593299cf29fc01c9c1e1122b362d3dc2 |
| mailq-6.x-1.0-beta1.zip | 11.54 KB | 5754f332b81507215312dfb74af2ae26 |
Release notes
First Beta Release for Drupal 6.x
mailq 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mailq-6.x-1.x-dev.tar.gz | 13.36 KB | ef46ab7a57e4ccc5305f525b7fa4fcf5 |
| mailq-6.x-1.x-dev.zip | 14.74 KB | e22ceb5775ec6199bf0c89e3f3d15f32 |
Release notes
MailQ 6.x development branch
mailq 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mailq-5.x-1.x-dev.tar.gz | 9.93 KB | 8f444d395bd6d436ac14a066c21d3c05 |
| mailq-5.x-1.x-dev.zip | 10.7 KB | 72609d3db8ebda4a185a2de9e8200264 |
Release notes
Main 5.x development branch.