## Registration notification email ## ## Parameters: {0} The name of the DSpace instance ## {1} The URL of the DSpace instance ## {2} Name: ## {3} Email: ## {4} Registration Date: ## ## See org.dspace.core.Email for information on the format of this file. ## #set($subject = "${config.get('dspace.name')}: Registration Notification") A new user has registered on ${params[0]} at ${params[1]}: Name: ${params[2]} Email: ${params[3]} Date: ${params[4]} The ${config.get('dspace.name')} Team