## Collaboration Server Notification Template ## Type: Notify Link Notification ## 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 #if (${showProjectName}) #set( $cns_subject = "$projectName : $objectName : $notifySubject " ) #else #set( $cns_subject = "$objectName : $notifySubject " ) #end ############################################################################### ## Body Start ## ############################################################################### ${name} ${objectName} ${from} ${notifyUserName} #if (${showProjectName}) ${project}: ${projectName} #end #if( $showAttachments ) ${attachments} #foreach ( $attachment in $resolvedattachments ) ${attachment.name}:${attachment.url} #end #end #if ( $isDiscussion ) ${email_discussion}:${emailAddress} #end #if ( $isFolder ) ${email_folder}:${emailAddress} #end ${notifyBodyText} --- ${subscribe}: ${subscribeURL} ${subscriptions_manage}: ${manageSubscriptionURL} ${view_details}: ${objectURL} ############################################################################### ## Body End ## ###############################################################################