> For the complete documentation index, see [llms.txt](https://support.docstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.docstudio.com/user/envelopes/how-to-change-a-recipient-email-after-sending-an-envelope.md).

# How to Change a Recipient Email After Sending an Envelope

{% hint style="info" %}
If a recipient’s email address was entered incorrectly, the sender can update it without rejecting and resending the envelope — but only under certain conditions.
{% endhint %}

### Edit a recipient email

You can edit a recipient’s email only if:

* the recipient has not accepted the invitation yet
* the role has not completed its action
* the email was not locked at the template level
* you are the sender of the envelope

Only the sender can edit recipient emails. Other participants in the flow, such as **Signer**, **Approver**, **CC**, and **Assignee**, cannot.

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

1. Open the envelope.
2. In **Processing flow**, find the recipient.
3. Click the edit icon next to the recipient email.
4. Enter a new email address or select another mailbox.
5. Save the change.
6. Confirm the update in the confirmation window.

### What happens after the update

After you confirm the change:

* the previous recipient loses access to the envelope
* the updated recipient receives a new invitation email
* roles configured with **Same as** may also update automatically

{% hint style="info" %}
You cannot save the change if:

* empty email values
* invalid email formats

Fix the value and save the change again.
{% endhint %}

### Cases when editing is not available

You cannot edit the recipient email if:

* the invitation has already been accepted
* the recipient already completed their action
* the email was predefined and locked on the template level

If editing is unavailable, the edit icon is hidden or disabled.

### Additional behavior

* If the email is changed to the same value, no update or notification is triggered.
* If the previous recipient tries to open an old invitation link after the update, the link becomes invalid and an error page is displayed.
* To prevent notification spam, recipient email changes are limited to one update per envelope per minute.


---

# 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://support.docstudio.com/user/envelopes/how-to-change-a-recipient-email-after-sending-an-envelope.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.
