Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Template Name: Action Plan Email

Revisions

 

AvailableNew Message Variables
2.7

Note: The following message template variables can be added to the Message Template definitions

  • New: $!{student.homeCampus.name}

 

Template Subject Example

Action plan for John RobinsonWilson

 

Template Body Example

PDF
nameActionPlanEmail.pdf

...

Action plan for ${fullName}

 

Template Body Code

...

Code Block

...

<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/>

...

><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/

...

>
#if(${taskTO.description} && ${taskTO.description.trim()} != "" )<b>Description:</b>

...

 ${taskTO.description}<br/

...

>#end
#if(${taskTO.link} && ${taskTO.link.trim()} != "" )<b>Link:</b>

...

 ${taskTO.link}<br

...

/>#end
#end <br/>

...


#if($goalTOs && $goalTOs.size() > 0)
#foreach($goalTO in $goalTOs)

...


<b>Goal:</b>

...

 ${goalTO.name}<br/

...

>
#if(${goalTO.description} && ${goalTO.description.trim()} != "" )<b>Description:</b>

...

 ${goalTO.description}<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/>

...

/>#end
#end
#end<br/>
#if($strengthTOs && $strengthTOs.size() > 0)
#foreach($strengthTO in $strengthTOs)
<b>Strength:</b> ${strengthTO.name}<br/>
#if(${strengthTO.description} && ${strengthTO.description.trim()} != "" )<b>Description:</b> ${strengthTO.description}<br/>#end
#end<br/>
#end
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>