> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v1-prior-version/setting-up-a-domain-for-a-project/setting-up-the-email-services.md).

# Setting up the Email Services

## Email Forwarding

After setting up the domain for a project, you can set up email forwarding for the project. This service is email forwarding only, and cannot be used to send emails.

{% hint style="warning" %}
To use this feature, you must have a Primary Domain set up for the project.

Currently, you can only set up email forwarding for the Primary Domain. To change a primary domain for a project, you must contact support.
{% endhint %}

To enable email forwarding, follow these steps:

1.Go to the domains list and click the ![](/files/fYq31sM0HDVWlgXFIO9u) icon from the primary domain and select Email Forwarding.

<figure><img src="/files/dmGo9H8N3XkuqRqUL30U" alt=""><figcaption><p>Email Forwarding</p></figcaption></figure>

2.The flyer message is displayed with status Ok message. Click **Enable** to enable the Email Forwarding.

<figure><img src="/files/P3G7HoSE7aTU6AoiB7ks" alt=""><figcaption><p>Enable</p></figcaption></figure>

3.A pop confirmation message appears. Click **OK** to proceed with email forwarding.

<figure><img src="/files/1iiZBdmGbLziPON16Vwb" alt=""><figcaption><p>Confirmation Message</p></figcaption></figure>

4.A flyer message appears informing that the email forwarding is successfully enabled.

### Add Email Recipients

You can add the email recipients after enabling the email forwarding service.

To add email recipients, perform the following:

1.After enabling the email forwarding service, the Email Forwarding page appears. Click **+ Add Forward**.

![Add Forward](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MT_pAMg4FUQlUpKbPvg%2F-MTpKspO4s11IJWn1ejn%2F-MTpLFODepwP_7s8UfaL%2FAdd%20Forward.png?alt=media\&token=bcf57039-61d4-4fdf-b5f9-797e8ed8e86c)

2.The Add Email Forwarding dialog box appears. Enter the **Alias** name. Click **Add Recipient** and enter the email ID and click **Add**.

![Add Recipient](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MT_pAMg4FUQlUpKbPvg%2F-MTpLkM6ounFtqGt6w7G%2F-MTpfZNLaSOGLmapSMvy%2FRecipeinet.png?alt=media\&token=3d409be5-e5e8-443d-ac5d-d8d4a8a0a31b)

### Remove Email Recipients

1. In the same Email Forwarding section, select a Forward and edit it using the penicl icon.
2. In the recipients list, use the trash icon to remove the email and hit Save.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/project-control-center/v1-prior-version/setting-up-a-domain-for-a-project/setting-up-the-email-services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
