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 SMS, WhatsApp, email, 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
Go to Settings > Email, click Configure next to your domain, and open section 4, Sending emails. Each record shows its Type, Hostname, and Value, with copy buttons, plus a Status that reads as configured once verification succeeds. DNS providers label these two fields differently, so the names will not always match what Conduit shows. The Hostname goes into the field your provider calls Name, Host, Hostname, or Host name. The Value goes into the field your provider calls Value, Content, Data, or Points to. If you are unsure which field is which, the Hostname is the short prefix that sits in front of your domain, and the Value is the longer string you paste in.- 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.