- Knowledge base
- Organizer
- White-labeling
-
Security updates
-
Product news
-
Next-Gen Vulnerability Management
-
Getting started
-
General
-
Operating status
-
Network & System Security
-
Web Application Security
-
Cloud Security
-
API Security
-
Phishing Simulation & Awareness Training
-
Attack Surface Management
-
Scanner Appliance
-
Device Agent
-
On-premise platform deployment
-
Asset management
-
Vulnerability manager
-
Reports
-
Digest reports
-
Organizer
-
Continuous monitoring
-
Integrations
-
Platform API
-
Remediation
-
Users
-
PCI DSS
-
Terms & conditions
-
Dashboard
How do I add account name for white-labeling in emails?
Follow these steps to add an account name to your templates:
- Login to your Organizer account.
- Click on the menu in the top right corner.
- Click Appearance.
The templates that need to be configured are:
- New report email
- Scan reminder email
- Finished scan email
Option 1.
Note: This will remove all your added information and restore them to the original templates.
- Click restore on all of the mentioned templates and re-write your information in the templates.
Option 2.
Manually add the HTML code to your templates.
All the templates mentioned above
- Add the bold text to your templates:
.BannerHeadline {
FONT-WEIGHT: normal;
FONT-SIZE: 36px;
COLOR: #FFFFFF;
FONT-FAMILY: Calibri, Arial, Verdana, Helvetica, sans-serif;
TEXT-DECORATION: none;
}.FontWeightNormal {
FONT-WEIGHT: normal;
}/******************** A CLASSES ********************/
New report mail
- Add the bold text to your template:
<h1>New report: </h1>
<h3 class="FontWeightNormal">Account: </h3>
<p>There's a new report available in Security Center. This report was generated from a scheduled scan or on-demand scan.</p>
Scan reminder email
- Add the Bold text to your template:
<h1>Reminder: scheduled network scan</h1>
<h2>Name: </h2>
<h3 class="FontWeightNormal">Account: </h3>
<p>This is a reminder that you have an upcoming scheduled network scan.</p>
Finished scan email
- Add the bold text to your template:
<h1>Network scan finished</h1>
<h2>Name: </h2>
<h3 class="FontWeightNormal">Account: </h3>
<p>A network scan has finished.</p>
If you want more information on white labeling in Organizer, read this article: How do I white-label Security Center accounts under Organizer?