In order to use job_queue to send emails, I modified the code and attach the results to this message.
hope this help someone
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | mass_contact_dev_Job_Queue.zip | 53.24 KB | rsantiag |
| mass_contact.module.patch | 5.8 KB | rsantiag | |
| mass_contact.install.patch | 429 bytes | rsantiag | |
| mass_contact.info_.patch | 447 bytes | rsantiag |
Comments
Comment #1
rsantiag commentedHi!!!
I would like to know if you are planning to include jod_queue functionality, because it's a way to keep fast this module and send emails in a more scalable way. Don´t you think so?
Hope you find this interesting,
Thanks in advance.
Comment #2
rsantiag commentedAttached is the last dev version with Job_Queue support.
Tested and working fine!!!.
Please, could you consider to include this new feature?
Comment #3
earthangelconsulting commentedhow would one do this in D7, since Job Queue has been replaced by the queue system "in core" ?
Comment #4
oadaeh commentedThis, or something like this, has been added to the 7.x-1.x branch using the Drupal Queue API, and the 6.x-1.x branch using the Drupal Queue module (https://drupal.org/project/drupal_queue).
Look for the changes in the 7.x-1.x-dev tar.gz file dated after 2013-Jul-03, and the 6.x-1.x-dev tar.gz file dated after 2013-Mar-09.
Comment #5
oadaeh commented