# Booking.com Emails

## How Booking.com works

Booking.com allows you to send messages to your guests, through their private relay emails. A private relay email is an email address handed out by booking.com and masks the real email of the user. <br>

**Example:**

`hwetra.6123268@guest.booking.com`

Each booking coming from Booking.com will have such an email. And your OTA, or yourself have been using it to email to this as well.&#x20;

### Booking.com Restrictions

Booking.com uses private relays to prevent unnecessary messages and/or SPAM from being send to their guests / travelers. However, you have control over what can be send to your guests.&#x20;

### How to allow HolidayHero emails in Booking.com?

Besides the strict rules of booking.com, they allow you as a host to determine what to be send to the guests. Follow the steps below, to ensure that HolidayHero emails are let through.&#x20;

{% stepper %}
{% step %}

### Login to Booking.com Portal&#x20;

Go to the Booking.com portal via: <https://admin.booking.com>
{% endstep %}

{% step %}

### Go to Messaging Preferences

1. Click on property
2. Click on messaging preferences

<figure><img src="/files/4gM0MtqiZSUMgA11iXto" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Go to the Security Settings

1. Click on the security settings tab

<figure><img src="/files/xR3RwY8yt1TcVUZm5x58" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Add email addresses and links

{% hint style="info" %}
You might be asked to re-authenticate your account, ensuring it is you that makes the changes. This is normal.&#x20;
{% endhint %}

1. Add the following two email addresses to the **Your email addresses** section
   1. `noreply@holidayhero.app`
   2. `noreply@holidayhero.com`
2. Add the following two links to the **Your approved links** section
   1. `[brand-name].holidayhero.com`
      1. **IMPORTANT:** replace the brand name with your subdomain. See [Brands - General ](/the-basics/brands.md)
   2. `hdyhr.com` <- we use this domain for short codes and short redirect links.&#x20;

It now should look like this. (Obviously, if you have multiple e-mail addresses, feel free to add them there).&#x20;

<figure><img src="/files/IaIE1OJezWp37hf8EIox" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.holidayhero.com/the-basics/communication/booking.com-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
