## Collaboration Server Notification Template ## Type: Document 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 : $documentName : $document_new_checkin" ) ############################################################################### ## Body Start ## ############################################################################### ${document_new_checkin} ${project} ${projectName} ${folder} ${folderName} ${document} ${documentName} ${description} ${documentComments} ${document_checkinuser} ${creatorName} ${document_version} ${documentVersion} ${sent} ${messageCreatedDate} ${notification_cause} ${document_creation_cause} --- ${document_creation_unsubscribe}: ${unsubscribeDocumentsURL} ${subscribe_document}: ${subscribeDocumentURL} ${subscriptions_manage}: ${manageSubscriptionURL} ${view_details}: ${documentURL} ${document_checkout}: ${documentCheckOutURL} ${document_download}: ${documentDownloadURL} #if( $canWebEdit ) ${document_webedit}: ${documentWebEditURL} #end ############################################################################### ## Body End ## ###############################################################################