By default, all outgoing emails from CoreBridge are sent from a generic noreply@corebridge.net address. While this default works well for initial setup and testing, many companies prefer to send emails using their own domain for a more professional appearance.

CoreBridge supports this option, allowing your outgoing emails to display your company’s domain name. To enable this, a few domain-related settings must be configured to grant CoreBridge permission to send emails securely on your behalf.



Table of Contents



Terminology


These are key terms you should be familiar with:

  • DMARC Record – A DMARC record is a type of Domain Name Service (DNS) record that can help protect against fraud and increase deliverability. It is used to verify to email receivers that your email aligns with what the receiver knows about the sender.

  • DKIM – Is a digital signature that is appended to outgoing message headers which help to prevent spoofing. This signature helps to verify that the message really comes from your domain and hasn't been changed along the way.

  • CNAME – A CNAME record is a type of DNS record that points from an alias domain to a "canonical" domain. For our purposes, the CNAME record will point an unused subdomain towards a DKIM signature.



Difficulty


Configuring these settings is straightforward but does require basic familiarity with domain DNS management. Because each domain hosting service has a unique interface for updating settings, the steps below outline the general process. If you need assistance, we recommend sharing this article with your IT provider to help complete the configuration.




Configuring your Domain's DMARC record


You must create/configure a DMARC record for your domain in order to allow CoreBridge to send email on your behalf.

1. Sign in to your domain hosting service. (i.e. GoDaddy, Namecheap, Network Solutions, etc.)
2. Navigate to your DNS Management page, generally found under Domain Manager or Advanced Settings.
3. Find the TXT section of your DNS settings. 

  • Please add a new TXT record.
    • Under the name or host field enter the following:
      _dmarc.yourdomain.com
    • Set the TXT content or value to the following:  (this must match exactly what is below)
      v=DMARC1; p=none
      • You can replace the policy type from p=none to p=quarantine or p=reject. Before doing so, we recommend reading up on what those changes entail. The following google article goes into these options in depth: https://support.google.com/a/answer/10032169?hl=en

    • Save the changes with your domain host.



Creating a DKIM record


For CoreBridge to be able to send email on your behalf, you will need to configure a DKIM policy. This requires adding two CNAME records to your DNS.


1. Sign in to your domain hosting service. (i.e, GoDaddy, Namecheap, Network Solutions, etc.)
2. Navigate to your DNS Management page, generally found under Domain Manager or Advanced Settings.
3. Create a new CNAME record and under the name or host section enter the following:

mte1._domainkey

Note: Most providers will auto-append your domain, if not, type it manually and substitute yourdomain.com with your actual registered domain name.
i.e. mte1._domainkey.yourdomain.com
 

4. Set the TTL value to 14400
5. If prompted, set the type to CNAME
6. Set the CNAME content or value to the following

dkim1.mandrillapp.com

7. Save the changes with your domain host.
8. Repeat steps 3-7 to create an additional record, replacing the following two values:

9. Name or host

mte2._domainkey

10. CNAME or value

dkim2.mandrillapp.com 


Verifying your Domain


In order to complete the final step, a verification email has to be sent to a valid email address on your domain. To complete this step, please do the following:


1. Please send an email to support@corebridge.net asking for your domain to be verified and specify which email address on your domain the verification email should be sent. 

2. The support team will have our mail system send a verification email to you. When you receive that email, please forward it back to support@corebridge.net in order for the verification of your domain to be completed. 


Below is a sample image of what the verification email will look resemble.




Authenticating your Domain in CoreBridge


The last step in the process is authenticating your domain within CoreBridge. 


Navigate to Management Module / Global Settings / Domain / Email Settings


1. Enter your Outgoing Email Domain. i.e. demosignshop.com
 

2. Click Start Authentication

  • If your domain authenticates immediately, you will be able to configure the defaults as well as the option to enable personalized email addresses.
     
  • If it does not authenticate immediately, an email will be sent to the address on your user account notifying you that it is pending authentication. You will receive another email once the authentication either succeeded or failed. If it failed, please verify your DNS settings are correct and contact CoreBridge support.



Setting Up Multiple Custom Outgoing Email Domains


You can set up additional custom outgoing email domains in your CoreBridge system after the first one has been authenticated. 


Note: You'll need to create the necessary DNS records for each domain you wish to authenticate in addition to completing the authentication process for each one. 


Navigate to the Management Module / Global Settings / Domains / Email Settings.


1. Click Authenticate Another Domain.




Configuring your Email Settings


1. Select default outgoing email address.

Note: Send from Location email address is recommended. This option uses the email address entered for your Location. To change this address navigate to Management Module / Locations

2. Check this if you would like to enable Personalized Email Addresses. For more information, please see Personalized Outgoing Email Addresses.

3. Click Save Settings.