-
Made changes as suggested by coder
-
Minor changes
-
Updated changelog with the recent changes
-
Minor changes
-
Changed mailq config optionss to textboxes instead of select boxes to give better control for users
-
Added README with information about how mailq works
-
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
-
Set the initial mailq_send_library to the current smtp_library in the site
-
Added update function to migrate existing installations for the new mailq.mail.inc include file
-
Took out the inclusion of mailq.mail.inc via the module as this will be done by drupal_mail_send itself