# Outgoing Emails Dashboard

## Number of outgoing emails by origin

This chart displays the number of emails that were sent out in the past 30 days. They are grouped by the origin or system feature that produced the email:

* notification
* manual email
* workflow postfunction
* mail handler

<figure><img src="/files/kbyrs1ztuaT7QfMTygcC" alt=""><figcaption></figcaption></figure>

## Processing time of outgoing emails

This graph shows the maximum and average processing times for the past seven days in four-hour intervals. How much time it took to send out emails successfully.

<figure><img src="/files/pE5stfyIJ5vb0OedIi1n" alt=""><figcaption></figcaption></figure>

## Failed emails in the outgoing queue

Number of emails that encountered an error when the system tried to send it.

<figure><img src="/files/nBwSKdB8g45zbIRNx490" alt=""><figcaption></figcaption></figure>


---

# 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/dashboard/outgoing-emails-dashboard.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.
