Budget Control custom email notification templates
Applies to:
UCX suite, any version
Description:
How to modify mail notification templates for admin and users in Budget Control applications
How-to:
Modify default template globally:
Open the language (en-English, it-Italian, fr-French, ecc..) folder in
<StonevoiceAS>\Apps\BudgetControl\Locale\ accordingly to the template language you need to modify
Duplicate the template file User.mails.template.txt
Rename the copy with .user extension like User.mails.template.txt.user
Edit the file
Add images from an external source:
In the same txt file add html tag
<img id="logoID" src="https://[ImageUrl]"/>
Example:
[Section: NewBudgetAssigned_Body]
<html>
<img id="logoID" src="https://[ImageUrl]"/>
<br/>
A new budget was assigned to ?BudgetType? ?BudgetFor? with Imagicle Budget Control
<br/>
<br/>
<table>
<tr>
<td nowrap>Budget value: </td><td nowrap>?BudgetValue?</td>
</tr><tr>
<td nowrap>Budget period: </td><td nowrap>?BudgetPeriod?</td>
</tr><tr>
<td nowrap>Phone lock on budget limit: </td><td nowrap>?LockPhoneYesNo?</td>
</tr><tr>
<td nowrap>Budget accumulation: </td><td nowrap>?BudgetAccumulation?</td>
</tr><tr>
<td nowrap></td><td nowrap></td>
</tr><tr>
<td nowrap>Actual cost: </td><td nowrap>?ActualCost?</td>
</tr><tr>
<td nowrap></td><td nowrap></td>
</tr><tr>
<td nowrap>Date and time: </td><td nowrap>?CurrentDateTime?</td>
</tr>
</table>
</html>