Skip to main content
xorlab can send email notifications to your end-users in the following situations:
  • The user reports an email and will then get a feedback email from xorlab
  • Quarantine notifications - for example daily digests
  • When configured via custom rules
This page provides an overview over the existing templates that are used for the above purposes. To change or extend the built-in templates, have a look at Template Customizations.

Available Templates

The table below lists the built-in notification templates.

Example Emails

While all templates share the same structure, they differ in text and color depending on the type of notification. Below are a few examples:

BENIGN

Benign email

PHISHING

Phishing email

REPORT_NOTIFICATION_ACKNOWLEDGEMENT

Report Notification Acknowledgement

USER_QUARANTINE_DIGEST

SSQ Daily Digest

Directory structure

Email notification templates are stored in the shared/email_templates directory, accessible via the Expert Editor.

Folder Structure

Folder Descriptions

  • config – Defines the default language for notifications.
  • locale – Contains localized strings for different languages.
  • style – Controls visual elements such as colors, fonts, and logos.
  • info – Stores organization details like name, contact email, and links, used in the footers.
  • Template files – Each template (e.g., BEC.yml, PHISHING.yml) contains its configuration.

Multi-Tenancy Support

If your organization uses multiple tenants, you can customize templates per tenant. Tenant-specific customizations are controlled by the emailTemplateStyle attribute. By default, templates apply as default to all tenants, but you can introduce unique identifiers to manage styles, localization, and branding for other tenants. For more information, have a look at Customize Tenant Notifications.