This article applies to customers who have the legacy version of Scaleo.
Please visit our new Help Center.
This function is intended in order to adjust email notifications for users registrations, their status changes and password recovery emails.
You can find this tab at the Settings Page, where you can change the template for each type of the notification separately:
Main Template
Use this tab to set the main look and styles for all kinds of notifications. As soon as the html-code is created, add the {content}
token to the desired place in the code.
How it works?
The {content}
token will be replaced with the actual text from the other corresponding template, so you'll have one universal look for all kind of notifications.
Please be careful when you edit the general html template as it can result in a broken template style for all emails.
But in any case you can retrieve the original main template by pressing the Reset to Default button.
Affiliate Sign Up / Advertiser Sign Up
These two tabs look similar and as follows give an access to editing according templates. Here you can set:
- Welcome Email - is sent automatically after every successful signup
- Approval - is sent when user status is changed to Active and checkbox Send Email Notification (at the user's edit page) is checked
- Denial - is sent when user status is changed to Rejected and checkbox Send Email Notification (at the user's edit page) is checked
You can work in the built-in editor as with simple text or switch to the html mode and edit the code directly:
Notifications for Managers
If you'd like your managers to receive the copy of "welcome" emails, just select the appropriate checkbox below the Welcome Email template:
When checked, the admin and default managers will receive the same email notification, which a new user receives.
It could be adjusted separately for affiliates and advertisers signups.
Password Recovery
Everything almost the same here, the only thing - {link}
token is mandatory and will be replaced with actual password recovery link.
Available Tokens
You can use the following tokens for all email templates mentioned above:
{company_name}
, {homepage_url}
, {platform_url}
, {logo_url}
, {main_color}
,{links_color}
, {first_name}
, {last_name}
, {email}
- they will be replaced with the actual users and platform's info.