# Alternate Email Setup (AD)

To configure **Alternate Email**, you must first define the alternate email address in Active Directory.

In **Active Directory Users and Computers**, ensure **Advanced Features** is enabled under the **View** menu to expose additional attributes.

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

Open the properties of the required user, navigate to the **Attribute Editor**, and select an attribute such as **msDS-cloudExtensionAttribute15**. Edit this attribute and enter the alternate email address.

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

In **WorkSpaces Manager**, navigate to **Configurations > Settings > Email**. Enable **Alternate Email**, then specify the Active Directory attribute used (e.g. *msDS-cloudExtensionAttribute15*). Set the **Update Frequency** (default is 15 minutes) and define the **Alternate Email Tag**. A corresponding tag must be created under **Fixed Tags** and assigned to the WorkSpace for alternate email delivery to take effect.

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

{% hint style="info" %}
Emails are sent separately, meaning one email will be sent to the user’s primary address and a separate email will be sent to the configured alternate email address.
{% endhint %}


---

# 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://docs.nuvens.cloud/admin/appendices/alternate-email-setup-ad.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.
