## Collaboration Server Notification Template ## Type: Discussion Creation ## Channel: Email - HTML ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/html" ) ## email priority true for high priority #set( $cns_priority = false ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $cns_subject = "$projectName : ${project_creation}" ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${collaboration_notification}
${project_addmypage}   ---- ${project_subscribe}   ---- ${subscriptions_manage}   ----  
----
#if( $showDocuments ) #end
${project_name} ${projectName}----
${organizer} #userprofile(${creatorUserID} ${creatorName})   #presence(${creatorEmail}) ----
${sent} ${messageCreatedDate}----
${attachments} #foreach ( $document in $documents ) ---- ${document.documentName} ---- #end
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")