# Configuring Google Aliases

In order for Gmail to use the aliases you set on Missive, you will also need to [set them on Gmail](https://mail.google.com/mail/u/#settings/accounts).

{% hint style="warning" %}
Adding an alias only on Missive isn't enough for Gmail to validate that you can indeed use that address and that you're not using an address from a domain that you don't own. Without setting them up on Gmail as well, recipients will see and reply to the default email account address.
{% endhint %}

## Add the alias in Google Admin (Google Workspace only)

If you're using Google Workspace, an admin must first create the alias:

{% stepper %}
{% step %}
**Sign in to Admin console**

Go to the [Google Admin console](https://admin.google.com) with an administrator account.
{% endstep %}

{% step %}
**Open user settings**

Navigate to **Menu > Directory > Users** and click the user's name.
{% endstep %}

{% step %}
**Add the alias**

Under the user's name on the left, click **Add Alternate Emails**, enter the alias name (the part before @), and click **Save**.

You can add up to 30 email aliases per user at no extra cost.
{% endstep %}
{% endstepper %}

## Set up "Send mail as" in Gmail

Once the alias exists, configure Gmail to send from it:

{% stepper %}
{% step %}
**Open Gmail settings**

Open [Gmail](https://mail.google.com), click **Settings** (gear icon) > **See all settings**.
{% endstep %}

{% step %}
**Add the alias address**

Go to the **Accounts and Import** tab. In the **Send mail as** section, click **Add another email address**.
{% endstep %}

{% step %}
**Configure and verify**

Enter your name and the alias address, check **Treat as an alias**, then click **Next Step** and complete the verification.
{% endstep %}
{% endstepper %}

After setup, click **From** when composing to select your alias.

<div data-with-frame="true"><figure><img src="https://3242897856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1If7JwIQhfz5wGM9LiIU%2Fuploads%2Fgit-blob-a22018bff147be79e049717ac8711dabb9054cdb%2Faliases-on-gmail.png?alt=media" alt="Setup aliases on Gmail"><figcaption></figcaption></figure></div>

For more details, see [Google's official documentation](https://support.google.com/mail/answer/22370).

{% hint style="danger" %}
If you skip this Gmail setup, Missive will show an error on outgoing emails:

**"From" address reverted**\
Gmail changed `alias@example.com` to `you@example.com` in the outgoing email. You must define `alias@example.com` as an alias in your Gmail settings.

Go back through the steps above to add the alias in Gmail.
{% endhint %}


---

# Agent Instructions: 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://missiveapp.com/docs/core-features/connected-accounts/email-accounts/gmail-google-workspace/configuring-google-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.
