## Collaboration Server Notification Template ## Type: Task List Summary Alert ## Channel: Email - Plaintext ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/plain" ) ## email priority true for high priority #set( $cns_priority = false ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $cns_subject = "${task_alert_title}" ) ############################################################################### ## Body Start ## ############################################################################### ${task_alert_title} ${task_overdue} #foreach( $task in $overdueTasks ) ${task.taskName} : ${task.taskURL} ${assignee} : ${task.taskAssignees} ${task.projectName} : ${task.projectOverviewURL} ${startdate} : ${task.taskStartDate} ${enddate} : ${task.taskEndDate} #end ############################################################################### ## Body End ## ###############################################################################