> 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/v2-latest-version/collaborations/committees/sending-emails-to-commitee-members.md).

# Sending Emails to Committee Members

### Sending a message to a member <a href="#send-a-message" id="send-a-message"></a>

You can send a message using your default email client (Gmail, Outlook, or Apple Mail). To send a message to a member, follow these steps:

1. On the **Committees** page, you can view the list of committees created for the project.
2. Select the committee, and click on the **committee name**.
3. The Committee page displays the list of members.
4. Click the <img src="https://2145393087-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2F6LqgbuWDEOZuDE2PDzSN%2Felicp.png?alt=media&#x26;token=ec790520-fb31-4ae6-8876-599d6c46516e" alt="" data-size="line"> icon and select **Send Message**.
5. Compose the mail and send it to the member.

### Mailing to Members <a href="#mailing-to-members" id="mailing-to-members"></a>

You can share mail with all the members of the committee at once. To share mail with all the members of the committee, perform the following steps:

1. On the **Committees** page, you can view the list of committees created for the project.
2. Select the committee, and click on the **committee name**.
3. On the committee page, click **Email All** button.

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

4. On the next pop-up, select the desired options and click **Compose Email**.

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

5. Send an email from your default mail client.


---

# 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/v2-latest-version/collaborations/committees/sending-emails-to-commitee-members.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.
