Closed (fixed)
Project:
Mass Contact
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2010 at 03:24 UTC
Updated:
28 Aug 2013 at 03:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
oadaeh commentedThis module does not have anything built into it to limit sending messages in that way.
Someone did post a patch, however, that uses the Job Queue module to achieve what it is you are looking for: #373893: Patch for send mails with job_queue
I have not tried it, so I have no idea how it works, or if it works.
Comment #2
ryan_courtnage commentedIf you aren't interested in applying the patch, an alternative would be to install job_queue, and also install "Queue Mail" http://drupal.org/project/queue_mail.
Queue Mail "Queues any email sent from your Drupal site for the Job queue module, which in turn sends them via cron."
So should just work with Mass Contact auto-magically.
Comment #3
lyricnz commentedFrom what I can tell, neither of these suggestions will solve the original poster's problem: rate-limiting the sending of emails. They both just make the mail-sending asynchronous (ie: background, driven by job queue).
Comment #4
lyricnz commentedI just wrote a patch to queue_mail that implements a simple limit on the number of emails that may be sent (per cron). See #1142056: Allow configured limits on the number of emails that may be sent, per period
Edit: ignore the patch here, look at the other issue.
Comment #5
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.