Email Template Branding
Table of Contents
Scope
Intended Audience: WLP
The email notifications sent by our platform can be modified and branded to the exact specifications of the partner. Doing so requires the modification of a few PHP files.
Requirements
- Text editor (Notepad++ or VSCode recommended)
- Understanding of PHP and HTML
- Download of PHP files
Downloading Template
Download the original PHP files here.
Available Templates
- email_notify_missed_call.php: Email sent if a user has missed a call.
- email_notify_storage_limit.php: Email sent if a user has reached their data storage limit.
- email_vmail_link.php: Email sent to a user that contains a link to the voicemail that has been received.
- email_vmail_attach.php: Email sent to a user that contains an attachment to the voicemail that has been received.
- welcome_email.php: Email sent to a user by the administrator to establish a new password.
- forgotten_username_email.php: Email sent to a user when triggered by "Forgot Login Name" link.
- password_reset_email.php: Email sent to a user when triggered by "Forgot Password" link.
Modifying Templates
Using any text or WYSIWYG editor modify the templates. Any images will need to be hosted by yourself. Be careful to leave the email tokens as they are. They are in the format:
<? GetFQDN(); ?>
Submit Final Changes
Once you have modified the templates to your like please send them to us at [email protected]