[Rt-commit] rt branch, 4.2/notify-not-sendemail, created. rt-4.2.2-45-g2315d13
Kevin Falcone
falcone at bestpractical.com
Tue Feb 11 16:50:38 EST 2014
The branch, 4.2/notify-not-sendemail has been created
at 2315d1356378e2fcbe759b1330019d8e12528c14 (commit)
- Log -----------------------------------------------------------------
commit 2315d1356378e2fcbe759b1330019d8e12528c14
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Feb 11 16:49:55 2014 -0500
SendEmail cannot work, AlwaysNotifyActor is defined in Notify.pm
diff --git a/docs/reminders.pod b/docs/reminders.pod
index c2bc67d..e3af881 100644
--- a/docs/reminders.pod
+++ b/docs/reminders.pod
@@ -46,7 +46,7 @@ To schedule the reminders, add a line like the following to your RT crontab:
--search-arg 'Type = "reminder" and (Status = "open" or Status = "new")' \
--condition RT::Condition::BeforeDue \
--condition-arg 2d \
- --action RT::Action::SendEmail \
+ --action RT::Action::Notify \
--action-arg Owner,AlwaysNotifyActor \
--transaction first \
--template 'Reminder'
-----------------------------------------------------------------------
More information about the rt-commit
mailing list