Project

General

Profile

Sending email reminders only for listed projects

Added by RedChris B. almost 2 years ago

Dear,
I would like to send email reminders only for selected projects listed in option project=... Is it possible?

I've tried to run the task:
bundle exec rake redmine:send_reminders days=3 project=p1,p2 RAILS_ENV="production"

but for more than one project it ends with error:
rake aborted! ActiveRecord::RecordNotFound: Couldn't find Project with identifier=p1,p2

I wouldn't like to send a separate mail for each project, and not for all projects.
Any way to achieve that...