---
title: "Set project's sender email"
method: PUT
path: "/rest/api/2/project/{projectId}/email"
tags: ["Project email"]
---

# Set project's sender email

`PUT /rest/api/2/project/{projectId}/email`

Sets the [project's sender email address](https://confluence.atlassian.com/x/dolKLg).

If `emailAddress` is an empty string, the default email address is restored.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) or *Administer Projects* [project permission.](https://confluence.atlassian.com/x/yodKLg)

## Path parameters

- `projectId` integer, required

## Request body

- ProjectEmailAddress — A project's sender email address.
  - `emailAddress` string — The email address.
  - `emailAddressStatus` string[] — When using a custom domain, the status of the email address.

## Response `204`

Returned if the project's sender email address is successfully set.

- unknown

## Other responses

- `400` — Returned if the request is not valid, if the email address is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have permission to administer the project.
- `404` — Returned if the project is not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
