> ## Documentation Index
> Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Senders

> Manage verified email addresses that appear in signing request emails.

A sender is a verified email address that SignatureAPI uses when sending signing requests to recipients. The sender's name, email address, and organization appear in every email, and the sender's address is used as the Reply-To address so recipient replies go directly to you.

To manage your senders, go to [Settings > Senders](https://dashboard.signatureapi.com/settings/senders) in the Dashboard.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/JjCDVXEToSSeb8So/docs/dashboard/images/senders.png?fit=max&auto=format&n=JjCDVXEToSSeb8So&q=85&s=7e17ee90c0ab89d7bfc0c161c0e3e9a8" alt="Senders settings page" width="2880" height="1702" data-path="docs/dashboard/images/senders.png" />
</Frame>

For technical details on the sender resource, see the [Sender API reference](/docs/api/resources/senders/object).

## Default sender

Every account has a default sender. When you create an envelope without specifying a sender, SignatureAPI uses the default sender's name and email address.

To change the default, click **Set default** next to the sender you want to use.

To specify a different sender for a specific envelope, include the [`sender`](/docs/api/resources/senders/object) property when creating the envelope through the API.

## Adding a sender

<Steps>
  <Step title="Open the Senders page">
    Go to [Settings > Senders](https://dashboard.signatureapi.com/settings/senders) and click **New Sender**.
  </Step>

  <Step title="Enter the email address">
    Enter the name, email address, and organization for the new sender.

    <Frame>
      <img src="https://mintcdn.com/signatureapi-daf4ee54/JjCDVXEToSSeb8So/docs/dashboard/images/senders-add.png?fit=max&auto=format&n=JjCDVXEToSSeb8So&q=85&s=e6c0e9a73e9f2eece81da0b93020ec27" alt="New sender dialog" width="841" height="326" data-path="docs/dashboard/images/senders-add.png" />
    </Frame>
  </Step>

  <Step title="Verify the email address">
    SignatureAPI sends a verification email to the address. The address owner must click the confirmation link to complete verification.
  </Step>
</Steps>

When you created your SignatureAPI account, a sender was automatically added using your account email address. That sender is already verified.

## Sender statuses

| Status               | Description                                                                  |
| :------------------- | :--------------------------------------------------------------------------- |
| Pending Verification | A verification email was sent. The address owner has not yet confirmed.      |
| Verified             | The address owner confirmed the email. This sender can be used on envelopes. |
| Failed               | Verification failed due to a bounce or error. This sender cannot be used.    |

Only senders with **Verified** status can be assigned to envelopes.

## Removing a sender

To remove a sender, go to [Settings > Senders](https://dashboard.signatureapi.com/settings/senders), select the sender, and delete it. You cannot delete the default sender — set a different sender as the default first.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/JjCDVXEToSSeb8So/docs/dashboard/images/senders-detail.png?fit=max&auto=format&n=JjCDVXEToSSeb8So&q=85&s=e2c7ded6a6d1b28a97f381ed80245b9c" alt="Sender detail page" width="2880" height="1702" data-path="docs/dashboard/images/senders-detail.png" />
</Frame>

Removing a sender does not affect envelopes that were already sent using that address.

## How signing request emails work

All signing request emails are sent from `noreply@signatureapi.com`. This cannot be changed — SignatureAPI enforces a strict DMARC policy to protect email deliverability.

Your verified sender address appears as the **Reply-To** address, so recipient replies go directly to you. The sender's name and organization appear in the email body.

<Note>You need the **Manage account senders** permission to add or remove senders. See [Dashboard Users](/docs/dashboard/users) for details on roles and permissions.</Note>
