← Docs

Set up a distribution list

Create a recipient group and reach many at once with a single name.

With a distribution list you reach a fixed recipient group via a single name — such as "Customer newsletter". This guide shows how to create a list, maintain members and use it when composing.

Settings → Distribution lists: lists and their members
Settings → Distribution lists: create lists and manage members.

1. Create the list

  1. Open the Settings via the avatar menu (top right) and go to the Distribution lists tab.
  2. Create a new list and give it a meaningful name (e.g. "Customer newsletter").

2. Add members

  1. Add recipients from your contacts or enter addresses manually (name optional).
  2. Members can be added or removed at any time.

3. Use the list when composing

  1. Click Compose.
  2. In the recipient field, enter the list name — all members are addressed.
  3. Write and send as usual.

4. Export & import (JSON)

You can save a distribution list as a JSON file and import it again later — handy as a backup or to move a list into another account.

File format

The exported file looks like this:

{
  "type": "mailclient.mailing-list",
  "version": 1,
  "exportedAt": "2026-07-06T10:15:00.000Z",
  "name": "Customer newsletter",
  "members": [
    {
      "email": "anna.example@example.com",
      "salutation": "Frau",
      "title": "Dr.",
      "firstName": "Anna",
      "lastName": "Example",
      "name": "Anna Example",
      "gender": "weiblich"
    },
    {
      "email": "max@example.com"
    }
  ]
}

Fields per member:

On import, only email is required per entry; all other fields are optional. The outer fields (type, version, exportedAt) are informational — an object with just name and members is enough. Good to know:

5. Maintenance & privacy