> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/~/changes/SidqSnOUVNHmcp2wkLG7/inbox/inbox/admin-guide/sender-profiles.md).

# Sender profiles

To send emails from Inbox with the [Email by MessageBird](/applications/~/changes/SidqSnOUVNHmcp2wkLG7/channels/channels/supported-channels/email.md) channel, you need to configure your sender profile first.

### What is a sender profile?

A sender profile tells an email recipient who the email is from. Sender profiles are made up of:

* The **From** field, which is typically the name of the individual sending the email. You can use variables like {{displayName}} to add dynamic elements to the **from** field, or you can choose to keep it static. For example, {{displayName}} from MessageBird would be sent and received as Alistair from MessageBird.
* The **Username**, which goes before the @, is typically the name of the department sending the email.
* The **Sending** **domain**, which comes after the @, is connected to your Email channel.

### Example email sender

| 'From' field     | Username | Sending domain    |
| ---------------- | -------- | ----------------- |
| easyJet Bookings | bookings | @info.easyjet.com |

### What are sender profiles used for?

Every business will have a different email set up. Some businesses may have one catch-all email address that masks their different teams and agents. Other businesses may have department and team based email addresses, some masking their agents while others creating a more personalized experience by showing the agent’s display name in the “from” field. Sender profiles can be set up to accommodate for all these different scenarios.

## Set up a sender profile

### What you'll need

* An installed Email by MessageBird channel

### Steps

1. Go to **Inbox** > **Settings** > **Sender profiles**.
2. Select your Email by MessageBird channel from the "Channel "dropdown.
3. Type your email username in the text field.
4. Type your "from" text in the text field, remembering to add any variables that you want to use.
5. Use the radio buttons to specify if you want all agents and teams in the workspace to use the sender, or if you want to restrict it to specific agents and teams. By default, this will be set as available to all agents and teams in this workspace.

### Use a sender profile to send emails in Inbox

Now that you have sent a profile has been set up, you can use it in Inbox to send emails by following the steps:

1. Go to **Inbox** > **Create new message**.
2. In the To field, enter the recipient.
3. In the From field, select the sender profile.
4. Continue to compose and send your email.


---

# 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.bird.com/applications/~/changes/SidqSnOUVNHmcp2wkLG7/inbox/inbox/admin-guide/sender-profiles.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.
