Sending Emails from HostAI

Set up email sending to send company emails directly from your HostAI inbox.

Overview

Setting up email sending from HostAI allows your support team to respond directly to guests, homeowners, and more using your official company email addresses, all within the same omnichannel inbox.

This streamlines communication by centralizing emails with other channels like PMS, SMS, WhatsApp or chat, enabling your team to manage all conversations in one place.

By adding DKIM and return path DNS records, your emails are authenticated and more likely to reach guest inboxes, improving deliverability and trust while preventing messages from landing in spam.

Set Up

To be able to send emails from HostAI using your support email address, you will need to add a couple of DNS records to your domain.

  1. 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.

  2. The second record sets the return path for emails sent from HostAI using your domain. Return paths are used if an email bounces (fails to reach an inbox).

Both of them make sure that your emails reach your users’ email inboxes and do not end up in the spam folder.

Adding these to your DNS records varies slightly among different providers. Here is how to do so for some common hosting providers:

  1. Click on the domain you need to update. If your support address is help@example.com you must pick example.com.

  2. On the left menu, click on “DNS”.

  3. Under “DNS records” click “Manage”.

  4. Click “Add record” Choose TXT. Add the following:

    • Name: paste “Hostname”

    • Type: TXT

    • Content: paste “Value”

  5. Click “Add record” to save.

  6. Click “Add record” again. Choose “CNAME” Add the following:

    • Name: paste “Hostname”

    • Type: CNAME

    • Content: paste “Value”

  7. Click “Add record” to save.

Remember that in some cases, changes to DNS records may take some time to propagate. For modern providers this should be less than 10 minutes, but in extreme scenarios it may take 24-48 hours.

Last updated