Changing Account Mail Templates
Translations:
Mail templates are specified on user account level. They will be applied to all underlying reseller accounts unless explicitly overridden by reseller.
The following templates can be customized in WSP:
- User Account Summary Letter
- Hosting Space Summary Letter
- Password Reminder Letter
- Exchange Mailbox Setup Letter
- Organization User Summary Letter
- Enterprise Solutions Report
- Exchange Hosting Mode Organization Summary Letter
- VPS Summary Letter
Common Template Engine Notes
-
WSP uses Ader Template engine syntax to render all system templates. Please see this page for more information about template engine library and its complete syntax: http://www.adersoftware.com/index.cfm?page=templateEngine2
-
If you need to render # (sharp) symbol, for example HTML color value, it should be written as ## (double sharp), because # is reserved symbol in template engine.
-
All template engine processing tags ("ad:if", "ad:foreach", etc.) should be well-formed:
-
Have closing tag for each corresponding opening tag
-
All tag attributes should be surrounded with double quotes.
-
All tag names should be written in lower case.
-
Example templates
You can download example templates here and complete/customize them for your environment.