Email Notification Settings

This guide explains how to configure Teleskope email settings in order to send policy violation alert emails from your organization's domain using SendGrid domain authentication.

Overview

Teleskope sends policy violation alerts via email through SendGrid. By default, emails are sent from [email protected]. To send emails from your own domain, configure the sender address in Teleskope and add DNS records to your domain so SendGrid can send on your behalf.

Step-by-Step Setup

1

Navigate to Email Settings

Go to Settings > Notification Settings in Observatory.

2

Configure the Sender Email Address

The sender email is composed of three parts:

[User] @ [Subdomain] . [Domain]
  • User: the local part of the email (e.g., alerts, automation)

  • Subdomain: a subdomain you designate for sending (e.g., notifications, em)

  • Domain: your organization's domain (e.g., yourcompany.com)

Example: [email protected]

Fill in all three fields and click the Save icon.

3

Set the User Name

Enter the name that appears in the "From" field of the email (e.g., "Teleskope Alerts", "Security Team"). Click Save.

4

Add DNS Records to Your Domain

After saving the domain settings, a table of DNS records appears at the bottom of the page. These records are generated by SendGrid and must be added to your domain's DNS configuration.

The table shows:

Column
Description

Status

Pending (not yet verified) or Verified (DNS propagated)

Type

The DNS record type (CNAME or TXT)

Host

The DNS hostname to create

Value

The value to set for that record

There are two categories of records:

Domain Authentication (typically 3 CNAME records) These prove to email providers (Gmail, Outlook, etc.) that SendGrid is authorized to send email on behalf of your domain. They enable DKIM signing and SPF alignment.

Link Branding (typically 2 CNAME records) These rewrite tracking links in the email body to use your domain instead of sendgrid.net, improving deliverability and trust.

How to add the records:

  1. Log in to your DNS provider (e.g., Cloudflare, Route 53)

  2. For each row in the table, create a DNS record with:

    • Type: as shown (usually CNAME)

    • Name/Host: as shown in the Host column

    • Value/Target: as shown in the Value column

    • TTL: default (or 3600)

5

Wait for DNS Propagation

DNS changes can take up to 48 hours to propagate, though most complete within minutes to a few hours. Teleskope automatically checks verification status with SendGrid each time you load the settings page.

Once all records show Verified, your domain is authenticated and emails will be sent from your configured address.

6

Optional: Configure CC Emails

Enter a comma-separated list of email addresses that should be copied on every policy alert email. Click Save.

7

Optional: Configure Reply-To

Set a Reply-To name and email address. When recipients reply to an alert email, the reply goes to this address instead of the sender. Click Save.

8

Optional: Set a Logo URL

Enter a URL to your organization's logo (PNG or JPG). This logo will appear in the header of policy alert emails. Click Save.

Troubleshooting

Settings Reference

Setting
Description
Example

User

Local part of sender email

alerts

Subdomain

Sending subdomain

notifications

Domain

Organization domain

yourcompany.com

User Name

Display name in "From" field

Teleskope Alerts

CC Emails

Comma-separated CC recipients

Reply To Name

Name shown when recipient replies

Security Team

Reply To Email

Address replies are sent to

Logo URL

URL to logo image for email header

https://cdn.co.com/logo.png

Last updated

Was this helpful?