## Collaboration Server Notification Template ## Type: Document Check-In ## Channel: Email - Plaintext ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/plain" ) ## email priority true for high priority #set( $priority = false ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $subject = "$projectName : $documents : $documentName : $document_checkin") ############################################################################### ## Body Start ## ############################################################################### ${document_checkin} ${project} ${projectName} ${folder} ${folderName} ${document} ${documentName} ${version} ${documentVersion} ${comment} ${documentComments} ${document_author} ${documentAuthorName} ${document_checkinuser} ${documentCheckInName} ${sent} ${documentCreatedDate} #if( $showAttachments ) ${attachments} #foreach ( $attachment in $resolvedattachments ) ${attachment.name} : ${attachment.url} #end #end #if( !$isRss ) ${notification_cause} ${document_checkin_cause} --- ${unsubscribe_document}: ${unsubscribeDocumentURL} ${subscriptions_manage}: ${manageSubscriptionURL} ${view_details}: ${documentURL} ${document_checkout}: ${documentCheckOutURL} ${document_download}: ${documentDownloadURL} #if( $canWebEdit ) ${document_webedit}: ${documentWebEditURL} #end #end ############################################################################### ## Body End ## ###############################################################################