Message Template Definition
Template Name: Action Plan Email
Template Subject Example
Action plan for John Robinson |
---|
Template Body Example
Error rendering macro 'viewpdf' : Failed to find attachment with Name ActionPlanEmail.pdf
Template Subject Code
Action plan for you: ${fullName} |
---|
Template Body Code
<html> <body> Dear ${fullName},<br/> <br/> The following resources and goals have been identified to assist with achieving 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>Goal:</b> ${goalTO.name}<br/><b>Description:</b> ${goalTO.description}<br/><br/>#end <br/> If you have any questions concerning the resources or goals, please contact the resource in question or your coach/advisor. <br/> <br/> Thank you. </body> </html> |
---|