# Mail notifications

## Overview

Some notification types are sent as email. This is to ensure that users who are not logged in to Hippoly or haven't activated [Push Notifications](/using-hippoly/notifications/push-notifications.md) doesn't miss anything important. The [Notification Types Overview](/using-hippoly/notifications/notification-types.md) describes which notifications types that trigger mail notifications. &#x20;

Mail notifications are designed to not contain any sensitive information and are sent to the email address associated with the user's Hippoly account.&#x20;

{% hint style="info" %}
Make sure that your Hippoly account always is associated with an email adress that you're in control of and that is working.&#x20;
{% endhint %}

## Daily digest mail

Apart from mail notifications triggered by specific notifications types, Hippoly will also send you as a user a daily mail if you have any new notifications that are unread.&#x20;

The default setting when you create your Hippoly user account is that this mail should be sent. You can can turn this off under [Account settings](/administration/user-account-settings/email-notifications.md).&#x20;

## Mail notifications settings

You can configure what mail notifications you want to receive. This is done on the [Account settings](/administration/user-account-settings.md) page.&#x20;

## Troubleshoot mail notifications

If you don't receive mail notifications but you think should, try any of following steps.

1. Verify that the email address connected to your Hippoly account is correct.
2. Ensure you haven't turned off mail notifications under [Account settings](/administration/user-account-settings.md).
3. Check your email's Spam or Junk folder for missed emails.
4. Inspect Email Filters and Rules. Look for any filters or rules that might block or redirect emails.
5. Ensure your email inbox has sufficient space for new emails.
6. Try [changing email address](/administration/user-account-settings.md) on your Hippoly account to diagnose the issue.


---

# 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://help.hippoly.com/using-hippoly/notifications/mail-notifications.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.
