Closed (fixed)
Project:
Queue Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2008 at 14:46 UTC
Updated:
11 Nov 2008 at 04:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
kbahey commentedFixed. Should be in a new tar ball in 12 hours.
Comment #2
zilla commentedthanks.
btw, how does this interact with standard message settings (meaning if i don't touch any of that stuff, just leave cron percentage and others at zero)
Comment #3
kbahey commentedThe module has no settings of its own.
You must have cron running every hour at least.
Comment #4
zilla commentedthanks, i think i've set it to every 3 hours right now (just a dev site, only me)
Comment #5
zilla commentedit's working - got it enabled...marking as fixed BUT with a fup question...attached is a screenshot (two for top and bottom) of my 'notifications settings' - there's a confusing line about 'immediate sending' where if you check it, it would appear to disable! is that correct? with your module installed, will this in turn handle such cron tasks? i'm a bit unclear about where else in drupal the cron tasks are running (in core, if at all) - or if this supports handlign for modules like comment notify (provided they make use of job queue!)
attached are the items (i think by turning off immediate sending i am duplicating the functionality of this module??)
Comment #6
kbahey commentedCron is necessary for many things. You have to have it enabled otherwise you have logs that grow, search indexing stops, and many other bad things.
Notification has its own framework, and I had issues with another module because they use drupal_mail_send() and not drupal_mail().
However, I think under Drupal 6 queue_mail will still takeover and override notifications and do the sending itself, via job queue.
I have not tried that combination, nor can I test every combination of every module out there.
So the best answer is to try it yourself.
Comment #7
zilla commentedah - that's why that setting is in there for notifications!! i remember that issue from ages ago!! you'd post a node or comment, and before it could run it would check against all known subscriptions to that content type for notifications (same issue with subscriptions if i recall) -and so now it can be disabled and kicked out to run alongside cron, which makes it sound like (intuitively) queue mail should take over if it's being passed off to cron and away from notification's own handlers...or does that sound ludicrous? i have no idea what i'm talking about now, gotta go put the dogs out... ;)
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.