## Collaboration Server Notification Template ## Type: Folder 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 : $documents : $folderName : $folder_created" ) ############################################################################### ## Body Start ## ############################################################################### ${folder_created} ${project} ${projectName} ${folder} ${folderName} ${description} ${folderDescription} ${creator} ${creatorName} ${sent} ${messageCreatedDate} ${notification_cause} ${folder_creation_cause} --- ${unsubscribe_folders}: ${unsubscribeFoldersURL} ${subscribe_folder}: ${subscribeFolderURL} ${subscriptions_manage}: ${manageSubscriptionURL} ${view_details}: ${folderURL} ############################################################################### ## Body End ## ###############################################################################