Message Template Definition
Template Name: Action Plan Email
Template Subject Example
Action plan for John Robinson |
---|
Template Body Example
Template Subject Code
Action plan for ${fullName} |
---|
Template Body Code
<html> <body>Dear ${fullName},<br/> <br/> As a result of completing the self help guide questionnaire(s) you have identified the following resource information as being imperative to your success. Below you will find the solutions you felt offered the best path to your success.<br/> <br/> <br/> #foreach($taskTO in $taskTOs)<b>Resource:</b> ${taskTO.name}<br/><b>Description:</b> ${taskTO.description}<br/><b>Link:</b> ${taskTO.link}<br/><br/>#end <br/> #foreach($goalTO in $goalTOs)<b>Resource:</b> ${goalTO.name}<br/><b>Description:</b> ${goalTO.description}<br/><br/>#end <br/> Should you have any questions concerning the resource information listed please contact the resource in question or the counseling staff at your institution.<br/> <br/> Thank you.</body></html> |
---|