## Collaboration Server Notification Template ## Type: Email Error Notification ## Channel: Email - Plaintext ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/plain" ) ## email priority true for high priority #set( $cns_priority = true ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $cns_subject = "$email_project_error" ) ############################################################################### ## Body Start ## ############################################################################### ${email_project_error} ${email_project_reason} ${errorMessage} ############################################################################### ## Body End ## ###############################################################################