White-label Reports
White-labelling lets your clients receive incident reports and summaries that look like they came from your company, not from a third-party tool. Your brand stays front and centre.
What can be white-labelled
Section titled “What can be white-labelled”| Element | Configurable |
|---|---|
| Company logo on all reports | ✅ |
| Company name and tagline | ✅ |
| Primary brand colour (used for headings and accents) | ✅ |
| Report footer content | ✅ |
| Email sending domain | ✅ (requires DNS setup) |
| Email sender name (e.g. “Security Team at YourCompany”) | ✅ |
| Seliq product attribution (logo and “Powered by”) | ✅ Can be hidden |
White-label settings are configured at the MSSP account level and apply to all workspaces by default. You can override specific settings per workspace if different clients require different branding.
Setting up your brand
Section titled “Setting up your brand”- Go to Account Settings → White-label
- Upload your company logo (PNG or SVG, min. 300px wide, transparent background recommended)
- Enter your company name, tagline, and the primary colour (hex value)
- Configure the report footer: address, website, contact email, and any disclaimers
- Click Preview to see a sample report with your branding applied
- Click Save and apply
Changes apply to all newly generated reports. Previously generated reports are not retroactively rebranded.
Custom sending domain
Section titled “Custom sending domain”By default, Seliq sends report emails from reports@notifications.seliq.io. To send from your own domain (e.g. security@yourcompany.com):
DNS configuration
Section titled “DNS configuration”You’ll need to add three records to your domain’s DNS:
SPF record — add Seliq to your authorised senders:
v=spf1 include:send.seliq.io ~all
DKIM record — Seliq generates a DKIM key pair for your domain. You add the public key as a TXT record:
seliq._domainkey.yourcompany.com TXT "v=DKIM1; k=rsa; p=[YOUR_SELIQ_PUBLIC_KEY]"
DMARC record (if not already configured):
_dmarc.yourcompany.com TXT "v=DMARC1; p=quarantine; rua=mailto:dmarc@yourcompany.com"
- Go to Account Settings → White-label → Custom sending domain
- Enter the domain you want to send from (e.g.
yourcompany.com) - Seliq generates the DNS records for you — copy and paste them into your DNS provider
- Click Verify DNS — Seliq checks for the records (propagation can take up to 48 hours)
- Once verified, configure the from-name and from-address (e.g.
Security Team <security@yourcompany.com>)