SupporterBase
Explanations

Domain Settings

Configure custom domains for email and reply handling

Admins can configure which domain is used for outgoing SupporterBase emails and how replies are processed.

Where to find domain settings

  1. From the left-hand menu, go to Settings > Domains.
  2. Add your chosen domain.
  3. SupporterBase will show you the DNS records you need to add in your domain's zone file.

Domain configuration screen

Verifying your domain

  1. Once you've added the records, click "Check domain verification."
  2. If successful, you'll see a Verified badge for each required CNAME and MX record.

Enabling inbound replies

After verification succeeds:

  1. Click "Use this domain to process inbound replies."
  2. This ensures the reply-to address on outgoing emails uses the format: inbox.[YOUR.DOMAIN]
  3. To enable this, add an MX record at inbox.[YOUR.DOMAIN] pointing to: mx.sendgrid.net
  4. The confirmation dialogue that appears when you click the button provides extra details.

How inbound replies work

Default behaviour:

  • SupporterBase uses a supporterbase.com subdomain for the reply-to address.
  • This works automatically, since we maintain the necessary MX record.

Custom domain behaviour:

  • If you add the MX record at inbox.[YOUR.DOMAIN] and enable the setting, the system will use a reply-to email at your domain instead.
  • Replies are then processed via SendGrid and displayed in your SupporterBase group's shared mailbox (visible to admins and leaders).

Summary

Quick setup checklist

  1. Add your domain in Settings > Domains.
  2. Add the provided CNAME + MX records in your DNS zone.
  3. Verify the domain.
  4. Enable inbound replies by setting up inbox.[YOUR.DOMAIN].
  5. Once enabled, replies appear in the SupporterBase group's shared mailbox under your own domain.

Further reading

On this page