Skip to content

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.

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

  1. Go to Account Settings → White-label
  2. Upload your company logo (PNG or SVG, min. 300px wide, transparent background recommended)
  3. Enter your company name, tagline, and the primary colour (hex value)
  4. Configure the report footer: address, website, contact email, and any disclaimers
  5. Click Preview to see a sample report with your branding applied
  6. Click Save and apply

Changes apply to all newly generated reports. Previously generated reports are not retroactively rebranded.

By default, Seliq sends report emails from reports@notifications.seliq.io. To send from your own domain (e.g. security@yourcompany.com):

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"
  1. Go to Account Settings → White-label → Custom sending domain
  2. Enter the domain you want to send from (e.g. yourcompany.com)
  3. Seliq generates the DNS records for you — copy and paste them into your DNS provider
  4. Click Verify DNS — Seliq checks for the records (propagation can take up to 48 hours)
  5. Once verified, configure the from-name and from-address (e.g. Security Team <security@yourcompany.com>)