> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/codescan/codescan-faqs/general/not-receiving-email-notifications-from-codescan-for-new-issue-assigned.md).

# Not receiving email notifications

**Problem Statement:**\
My team member assigned me issues for a project, yet I have not received any email notifications from CodeScan.

**Probable Cause:**

1. Verify the **notifications feature is turned on** for any new issues in your profile.

<figure><img src="/files/vMpSP6y69Fzfvc3V1GvE" alt="" width="518"><figcaption></figcaption></figure>

2. If you log in to CodeScan through SSO, ensure the following:
   * Email attributes are configured in SAML configuration.
   * If **SAML username** attribute contains **email** as a value, email security tools may block the notifications.

**Key point to note related to CodeScan Notification issue**

* A notification is never sent to the author of the event.
* The developer will not be notified about their own issues. It's only the assignee who gets notified and not the author.
* If the author of a pull request manually assigns the issue to **themselves**, no email notification is received.
* The author/developer can look at their respective issues from the CodeScan UI.
* You can export issues in the CSV format for all the projects and monitor the issues (<https://knowledgebase.autorabit.com/codescan/docs/exporting-issues-in-codescan-cloud>) \*\*


---

# 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://knowledgebase.autorabit.com/product-guides/codescan/codescan-faqs/general/not-receiving-email-notifications-from-codescan-for-new-issue-assigned.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.
