> 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

With aliases, you can have several email addresses pointing to the same email account.

***

## 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="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2F9sNlAkGkdH7xmlA70YaI%2Femail-create-alias.png?alt=media&amp;token=25005165-3808-4e14-8e49-75bb26c45b1e" 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="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2Fz7VnzpFgNSkOBDBE4KUj%2Femail-provide-info-for-alias.png?alt=media&amp;token=72b3a4c3-7898-4e42-8b0c-90cb574fee17" 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="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2FxY1paKeBlnRXIB1ODXmZ%2Femail-edit-alias.png?alt=media&amp;token=269cc74d-72cc-4600-94e6-bd7ce248e459" 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="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2FpUxQtsJOGzzQaJRXDRA5%2Femail-edit-an-existing-alias.png?alt=media&amp;token=1d63f688-04f3-408f-ad16-6f9210a5aa16" alt=""><figcaption></figcaption></figure>

### Remove an alias

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

<figure><img src="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2FSjuDoCuxYMKBr2EOwyj4%2Femail-delete-an-alias.png?alt=media&amp;token=ba70fe65-7ae9-48b4-b228-5c527dc84086" 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.
