# Subscribing to email notifications

You can choose to receive email notifications on specific events.

## List of notifications <a href="#list" id="list"></a>

You can subscribe to Overall notifications (for any project), SonarQube Cloud new feature notifications and Project notifications (for selected projects).

<figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2FfnRdRmCmg8wQeRbPLfp8%2Faccount-notification.png?alt=media&#x26;token=f9b2992b-d762-49c5-ad38-d8fda9bef07e" alt="Notification setting for an account"><figcaption></figcaption></figure>

<details>

<summary>Overall notifications (for any project)</summary>

| **Notification**                                        | **Description**                                                                                                  |
| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Background tasks in failure on my administered projects | You are notified of any background task failure for any project you’re an admin of.                              |
| Changes happen in issues/hotspots assigned to me        | You are notified of any change performed by another user on any issue or hotspot assigned to you on any project. |
| My new issues                                           | You are notified of any new issues introduced by your code for any project.                                      |

</details>

<details>

<summary>Project notifications (for a specific project)</summary>

| **Notification**                                 | **Description**                                                                                                            |
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| Background tasks fail                            | You are notified of any background task failure on the specific project.                                                   |
| Changes happen in issues/hotspots assigned to me | You are notified of any change performed by another user on any issue or hotspot assigned to you for the specific project. |
| New Quality Gate status                          | You are notified of any quality gate status change for the specific project.                                               |
| Issues resolved as false positive or accepted    | You are notified if issues have been marked as False Positive or Accepted in an analysis of the specific project.          |
| New issues are assigned to me                    | You are notified if new issues are assigned to you for the specific project.                                               |
| My new issues                                    | You are notified of any new issues introduced by your code for the specific project.                                       |

</details>

{% hint style="info" %}

* Notifications can only be sent on events occurring on the main branch and long-lived branches.
* Notifications are not sent on new issues if the issue creation date has been backdated.
  {% endhint %}

## Subscribing to overall notifications <a href="#overall" id="overall"></a>

1. Select your account menu in the top right corner of the SonarQube Cloud interface.
2. In the menu, select **My Account** > **Notifications**.
3. In the **Overall Notifications** section, select the checkbox corresponding to the kind of notification you want to subscribe to. See **Overall notifications** above.

## Subscribing to notifications on a specific project <a href="#project" id="project"></a>

You can perform this configuration either from your account menu or from your project page.

<details>

<summary>From your account menu</summary>

1. Select your account menu in the top right corner of the SonarQube Cloud interface.
2. In the menu, select **My Account** > **Notifications**.
3. In the **Project Notifications** section, select **Add a project**, and select the project.
4. For the added project, select the checkbox corresponding to the kind of notification you want to subscribe to. See **Project notifications** above.

</details>

<details>

<summary>From your project page</summary>

1. Check the [retrieving-projects](https://docs.sonarsource.com/sonarqube-cloud/~/changes/1027/managing-your-projects/retrieving-projects "mention") page for information about accessing your project.
2. Go to **Project information**.
3. In the **Notifications** section, select the checkbox corresponding to the kind of notification you want to subscribe to. See [#project-notifications-for-a-specific-project](#project-notifications-for-a-specific-project "mention") for more details.

</details>
