How to add a custom domain for white-label emails?

How to add a custom domain for white-label emails?

The implementation is pretty straightforward:

1) Go to your Company Settings

Check: Select this option if you want to send automatic reporting emails using your desired subdomain

2) When this is done, you should go to your domain control panel and add following DNS records for your desired subdomain:

First record: 

  1. As record type choose TXT

  2. In NAME insert your desired subdomain eg. reports.domain.com 

  3. As VALUE/Content insert v=spf1 include:mailgun.org ~all 

The set up should look something like this:

Second record

  1. As record type choose TXT

  2. In NAME insert for eg. krs._domainkey.yourdomain.com

  3. as VALUE insert that long string of characters generated on your company settings page.  

Third & final record

  1. As record type choose CNAME

  2. as NAME insert, eg. email.mail.yourdomain  and 

  3. as VALUE insert mailgun.org  

As shown in the screenshot below:

Additional Information:

After DNS change propagates (anywhere between 1 minute to 24 hours in extreme cases) you can send your clients report using your own custom email.

DKIM and SPF records are used for email authentication mechanisms. Reportz uses Mailgun mail sending service for secure and quality email sending.

If you want to learn how to configure a custom subdomain for white label reporting read this article.

Important notice:

After you set up your DNS, please wait more than an hour before scheduling your reports.

If you are still not sure how to do this on your own, you can click on this button and forward this message to your developers.  


Just be sure to provide them with your own data from your Company Settings.

    • Related Articles

    • How to white-label my dashboards?

      You can white-label your dashboard both visually and by using your own domain for reporting. To set your white-label domain, go to the Company Settings page, add your company name (if you haven’t done so already) and add your company domain. Once you ...
    • Configuring a custom subdomain for white-label reporting

      Reportz allows you to set up a white-labeled version of your account on your own subdomain. If you’re not sure what white-labeling means we took this definition from Wikipedia and we couldn’t have said it better ourselves. “A white-label product is a ...
    • How to add custom widgets?

      To add a new custom widget, you need to go through 3 basic steps. Open your dashboard, click on the Edit Mode button on the left: Then, in the right sidebar click on “Add Data Widget”. After that, choose a specific Integration, for example, Google ...
    • How to Add a Google Sheets Widget

      Importing your Google Sheets spreadsheets into Reportz is a simple process and it only takes a couple of clicks. To create your Google Sheets widget, you should follow these steps: 1. Click on ADD DATA WIDGET, select Google Sheets as your Integration ...
    • Google Sheets: What are Header/Footer/Column Label Options For?

      When creating your Google Sheets widget in Reportz, after choosing the Custom type of widget, there’s an option to check or uncheck the following questions: Is first row header? Is first column label? Is last row footer? These options can affect the ...