## Collaboration Server Notification Template ## Type: Project Size ## 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 : $projectSize" ) ############################################################################### ## Body Start ## ############################################################################### ${project} ${projectName} ${projectMaxSize}: ${maxSize} ${projectMaxSizePercent}: ${maxSizePercent}% ${sent} ${messageCreatedDate} ${notification_cause} ${project_size_cause} ${view_details}: ${projectOverviewURL} ############################################################################### ## Body End ## ###############################################################################