> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/other/email/how-tos/manage-aliases.md).

# Manage aliases

***

## Manage aliases using the control panel

### Create a new alias

It is possible to create aliases for an email account. With aliases, you can have multiple email addresses for the same email account. For example, you can create an alias *<info@example.com>* that points to *<glesys@example.com>*. Emails sent to both addresses will then be delivered to the email account *<glesys@example.com>*.

To create a new alias, click on the plus sign in the upper right corner and then on **Create Alias**.

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

In the dialog box that opens, fill in the new email address at the top, i.e., the alias itself. Then, enter the recipient, the one who should receive emails sent to the alias. Note that it is possible to specify multiple recipients by separating each email address with a comma. When you are done, click **Create**.

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

The alias is now visible in the overview. Here, you can also see the recipient for the alias.

### Edit an existing alias

It's possible to edit an alias by clicking **Actions** and then **Edit** for the alias in question.

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

In the dialog box that opens, you can now remove existing recipients for the alias and add new recipients.

Click on the cross next to a recipient to remove that recipient.

Add new recipients by entering the recipient's email address and clicking **Add**.

When you are done, click **Save**.

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

### Remove an alias

To remove an alias, click **Actions** next to it, and then click on **Delete**.

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

A dialog box opens where you need to confirm the deletion by typing the alias in a field and then clicking **Delete**.

## Manage aliases using the API

To manage aliases using the [API](/platform/control-panel/api.md), use the [email/createalias](https://github.com/GleSYS/API-docs/wiki/API-Documentation#emailcreatealias) endpoint to create a new alias. Use the [email/editalias](https://github.com/GleSYS/API-docs/wiki/API-Documentation#emailcreatealias) to edit an existing alias. To delete an alias, use the [email/delete](https://github.com/GleSYS/API-docs/wiki/API-Documentation#emaildelete) endpoint. Be careful not to delete an email account by accident.


---

# 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:

```
GET https://docs.glesys.com/products/other/email/how-tos/manage-aliases.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.
