- 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
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

PHISHING

REPORT_NOTIFICATION_ACKNOWLEDGEMENT

USER_QUARANTINE_DIGEST

Directory structure
Email notification templates are stored in theshared/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 theemailTemplateStyle 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.