Overview
Setting up email sending allows your support team to respond using official company email addresses within Conduit’s unified inbox. This centralizes communication across multiple channels including PMS, SMS, WhatsApp, and chat in one location. The setup involves adding DNS records for authentication. DKIM records verify you as the legitimate sender, while return path records handle bounced emails. Together, these ensure messages reach inboxes rather than spam folders.Set Up Instructions
To be able to send emails from Conduit using your support email address, you will need to add a couple of DNS records to your domain.- The first record is the “DKIM”. It is part of the available mechanisms that exist to authenticate emails: verifying that you’re the actual sender of the email.
- The second record sets the return path for emails sent from Conduit using your domain. Return paths are used if an email bounces (fails to reach an inbox).
Supported Providers
Instructions are provided for:DNS Simple
DNS Simple
- Go to https://dnsimple.com/dashboard.
- Click on the domain you need to update. If your support address is
help@example.comyou must pickexample.com. - On the left menu, click on “DNS”.
- Under “DNS records” click “Manage”.
- Click “Add record” Choose TXT. Add the following:
- Name: paste “Hostname”
- Type: TXT
- Content: paste “Value”
- Click “Add record” to save.
- Click “Add record” again. Choose “CNAME” Add the following:
- Name: paste “Hostname”
- Type: CNAME
- Content: paste “Value”
- Click “Add record” to save.
Google Domains
Google Domains
- Go to https://domains.google.com/registrar/.
- Choose the domain you need to update. If your support address is
help@example.comyou must pickexample.com. Click on “Manage”. - On the left menu, click on “DNS”.
- Click on “Manage custom records” Scroll down and click on “Create new record”.
- Add the following:
- Host name: paste “Hostname”
- Type: TXT
- Data: paste “Value”
- Click on “Create new record” again.
- Add the following:
- Host name: paste “Hostname”
- Type: CNAME
- Data: paste “Value”
- Click “Save”.
NameCheap
NameCheap
- Go to https://ap.www.namecheap.com/domains/list/.
- Pick your domain and click on “Manage”.
- Click on the “Advanced DNS” tab.
- Under “Host records” click on “Add new record” and set the following:
- Type: TXT
- Host: paste “Hostname”
- Value: paste “Value”
- Click on “Add new record” again and add the following:
- Type: CNAME
- Host: paste “Hostname”
- Value: paste “Value”
- Click on “Save all changes” to save.
GoDaddy
GoDaddy
- Go to https://account.godaddy.com/products
- Pick your domain and click on “DNS”.
- Click on “Add” and add the following:
- Name: paste “Hostname”
- Type: TXT
- Content: paste “Value”
- Click on “Add entry” Confirm details and wait.
- Click on “Add” again and add the following:
- Name: paste “Hostname”
- Type: CNAME
- Content: paste “Value”
- Click on “Add entry” to save and wait.