Tagged Questions
0
votes
1answer
92 views
Ongoing email alerts for content “assigned” to users via Entity Reference
I have put together a work tracking/scheduling system for the company I work for - it's built on Drupal 7 and basically enables clients, projects and tasks to be added and assigned to eachother (i.e. ...
1
vote
2answers
356 views
Email send action fails: Cron has been running for more than an hour and is most likely stuck
I am maintaining a Drupal 6 installation. The task was to send an email to all registered users. I was using a rule set containing one rule with a default action: "send email to all users of a certain ...
2
votes
2answers
736 views
How could I send daily or weekly email in cron() function?
I have a content type in which I have drop down list with the values of "daily" and "weekly" and one field is of email. I want to setup the cron function like when the value of that drop down list is ...
2
votes
2answers
1k views
How to create a task which run at cron time and send emails to users?
Is there a module (based on cron) which can be used to check a date value form a field and to send email to users 2 days before the date?
If there is not, how can I implement this to work with cron?
...