Community
 
 
 

CloudPortal Business Manager 1.x

342 followers
 
Avatar
Pankaj Paliwal

Email Template Values

Avatar

Email Template Values

Where do the values that get substituted into email templates get set? For example, ${service_name} and ${support_phone} in the welcome email get real values when an email is generated. But, I can't find where the values come from. Thanks.


Paul Welch MEMBERS
1 comment
0

Please sign in to leave a comment.

 
 

Previous 1 comment

Avatar
Pankaj Paliwal
Avatar

Email Template Values

Navigate to Administration -> Content Templates -> Styles -> CUSTOM

Click Edit and you should see:

#set( $service_name = "CloudPortal" )
#set( $support_email = "support@cloud.com" )
#set( $support_phone = "1-877-349-7564" )

(Note above variables may be listed twice. They only need to be defined once.)

Changing the above values will affect any e-mail templates that use the ${service_name}, ${support_email}, and ${support_phone} variables. You can also define additional variables and use them in your templates.

-David


David Noland CITRIX EMPLOYEES
Comment actions Permalink

Top Contributors