## Collaboration Server Notification Template ## Type: Task List Creation ## 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 = "$projectName : $tasklists : $tasklistName : $tasklist_created" ) ############################################################################### ## Body Start ## ############################################################################### ${tasklist_created} ${project} ${projectName} ${tasklist} ${tasklistName} ${creator} ${creatorName} ${sent} ${messageCreatedDate} #if( $tasklistDescription != "" ) ${description} ${tasklistDescription} #end ${notification_cause} ${tasklist_creation_cause} --- ${tasklist_unsubscribe_tasklists}: ${unsubscribeTaskListsURL} ${subscribe_tasklist}: ${subscribeTaskListURL} ${subscriptions_manage}: ${manageSubscriptionURL} ${view_details}: ${tasklistURL} ${task_new}: ${taskNewURL} ############################################################################### ## Body End ## ###############################################################################