thinkshout / mandrill

In order to better organize our issues we've moved all development to Drupal.org. Please visit the issue queue on Drupal.org to create new issues. http://drupal.org/project/mandrill
http://drupal.org/project/mandrill
1 stars 1 forks source link

Make it wait for cron #38

Closed mshaver closed 8 years ago

Greg-Boggs commented 8 years ago

Queue outgoing messages.

When set, emails will not be immediately sent. Instead, they will be placed in a queue and sent when cron is triggered.

Greg-Boggs commented 8 years ago

My tests work successfully.

ruscoe commented 8 years ago

Messages are added to the cron queue, but they are not currently processed. I'll work on that.

For reference, hook_cron_queue_info() has been replaced:

https://www.drupal.org/node/2341649