Changes between Version 17 and Version 18 of TracCronPlugin


Ignore:
Timestamp:
Oct 26, 2010, 1:24:40 PM (13 years ago)
Author:
Thierry Bressure
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCronPlugin

    v17 v18  
    249249=== Email notification of task event ===
    250250
    251 This listener notify by email about task execution. You can choose the number of event sent by email by setting the value of ''task_listener.limit''. When the listener has received at least the number of task execution,it will send the mail. Default is '''1'''. The value of ''task_listener.recipient'' '''must''' be filled otherwise no mail will be sent.
     251This listener notify by email about task execution. You can choose the number of event sent by email by setting the value of ''email_task_event.limit''. When the listener has received at least the number of task execution,it will send the mail. Default is '''1'''. The value of ''email_task_event.recipient'' '''must''' be filled otherwise no mail will be sent.
     252
     253Here the configuration for this listener
     254{{{
     255#!ini
     256email_task_event.enabled = True
     257email_task_event.limit = 1
     258email_task_event.recipient = admin
     259}}}
    252260
    253261Here an sample of the email :