# Email Forwarding

This feature lets workspace admins configure external email addresses to receive automated alert notifications when new vulnerabilities are detected.

Use it for shared inboxes like `security@company.com`, forward to robot emails, escalation aliases, or teams that do not use chat alerts.

#### Set up Email Forwarding

{% stepper %}
{% step %}
**Open the integration**

Go to **Settings** → **Integrations** → Email Forwarding
{% endstep %}

{% step %}
**Configure forwarding**

Enter the email address that should receive alerts.

Choose a minimum severity (`Critical, High, etc` )

The address will receive alerts for that severity and anything higher.
{% endstep %}

{% step %}
**Save additional addresses if needed**

Repeat the same setup for every inbox that should receive alerts.

Each forwarding address can have its own minimum severity.
{% endstep %}

{% step %}
**Send a test email**

Click **Send Test Email** to confirm the integration works.

Use this after setup to verify delivery to the target inbox.
{% endstep %}
{% endstepper %}

<figure><img src="/files/M3WhTohXtNWRcTZP3Mok" 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://help.aikido.dev/getting-started/chat-and-alerts/email-forwarding.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.
