# How to track cases when you don't get any emails

There may be multiple reasons why you don't get emails from Jira Email This Issue (JETI).&#x20;

## Cause 1: SMTP Server configuration <a href="#howtotrackcaseswhenyoudontgetanyemails-cause1-smtpserverconfiguration" id="howtotrackcaseswhenyoudontgetanyemails-cause1-smtpserverconfiguration"></a>

Go to Incoming Emails Administration and check if your SMTP server settings are correct. Send a test email to various email addresses (in and outside Jira) to verify that emails will reach all recipients. Also check if the email sending is enabled or disabled.

Read more here:

[Incoming Mail Connections](/email-this-issue/email-this-issue-for-jira-server-data-center/documentation/administration/incoming-mail-connections.md)

[Outgoing Mail Connections](/email-this-issue/email-this-issue-for-jira-server-data-center/documentation/administration/outgoing-mail-connections.md)

## Cause 2: Profile settings <a href="#howtotrackcaseswhenyoudontgetanyemails-cause2-profilesettings" id="howtotrackcaseswhenyoudontgetanyemails-cause2-profilesettings"></a>

Email This Issue respects your profile settings **My changes: do not notify.** If this is set, and you are testing JETI by sending emails to yourself, JETI will not dispatch the email to you.

We recommend that you change your profile settings to **My changes: notify me** for time of your tests.

## Cause 3: No recipients are resolved <a href="#howtotrackcaseswhenyoudontgetanyemails-cause3-norecipientsareresolved" id="howtotrackcaseswhenyoudontgetanyemails-cause3-norecipientsareresolved"></a>

JETI can send issues in email directly to users and email addresses, and indirectly to recipients stored in fields, members of groups and roles, etc. Sometimes it happens that no indirect recipients can be resolved in relation to an issue.

## Case 4: Notification template is not added to the context <a href="#howtotrackcaseswhenyoudontgetanyemails-case4-notificationtemplateisnotaddedtocontext" id="howtotrackcaseswhenyoudontgetanyemails-case4-notificationtemplateisnotaddedtocontext"></a>

After you created a Event Notifications and recipients, you must associate the Notification Template with projects. You do this by adding the Notification in a Contexts.

Read more here:

[Event Notifications](/email-this-issue/email-this-issue-for-jira-server-data-center/documentation/outgoing-emails/event-notifications.md)

[Contexts](/email-this-issue/email-this-issue-for-jira-server-data-center/documentation/outgoing-emails/contexts.md)

[Setting up customized notifications](/email-this-issue/email-this-issue-for-jira-server-data-center/faq/tutorials/setting-up-customized-notifications.md)

## Case 5: The recipient allowlist does not include recipient <a href="#howtotrackcaseswhenyoudontgetanyemails-case5-recipientwhitelistdoesnotincluderecipient" id="howtotrackcaseswhenyoudontgetanyemails-case5-recipientwhitelistdoesnotincluderecipient"></a>

The General Configuration tab offers a few options:

* Exclude external recipients.
* Limit to project users.
* Allowlist to certain email address patterns or domains.

Read more here:

[General configuration](/email-this-issue/email-this-issue-for-jira-server-data-center/documentation/administration/general-configuration.md)

## Case 6: Context or Notification with JQL does not match the issue <a href="#howtotrackcaseswhenyoudontgetanyemails-case6-contextornotificationwithjqlnotmatchingtheissue" id="howtotrackcaseswhenyoudontgetanyemails-case6-contextornotificationwithjqlnotmatchingtheissue"></a>

Contexts and Notifications may be restricted to fine grained scopes via JQL. It may be possible that the issue the event is occurring on does not match any of the JQLs.

Read more here:

[JQL Functions](/email-this-issue/email-this-issue-for-jira-server-data-center/documentation/jql-functions.md)

## Case 7: Notification with the Changelog filter not matching <a href="#howtotrackcaseswhenyoudontgetanyemails-case7-notificationwithchangelogfilternotmatching" id="howtotrackcaseswhenyoudontgetanyemails-case7-notificationwithchangelogfilternotmatching"></a>

Event Notifications may be restricted cases when certain fields change. If you specified a Changelog filter in the configuration and none of the selected fields change, you will not receive notifications.

Read more here:

[Event Notifications](/email-this-issue/email-this-issue-for-jira-server-data-center/documentation/outgoing-emails/event-notifications.md)

&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.meta-inf.hu/email-this-issue/email-this-issue-for-jira-server-data-center/faq/faq/how-to-track-cases-when-you-dont-get-any-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
