## Collaboration Server Notification Template ## Type: Project 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 : ${project_creation}" ) ############################################################################### ## Body Start ## ############################################################################### ${collaboration_notification} ${project_name} ${projectName} ${organizer} ${creatorName} ${sent} ${messageCreatedDate} #if( $showDocuments ) ${attachments} #foreach ( $document in $documents ) ${name}: ${document.documentName} ${document_download}: ${document.documentDownloadURL} #end #end --- ${project_addmypage}: ${addMyPageURL} ${project_subscribe}: ${subscribeProjectURL} ${subscriptions_manage}: ${manageSubscriptionURL} ${view_details}: ${projectOverviewURL} ############################################################################### ## Body End ## ###############################################################################