# E-mail

{% hint style="info" %}
If you use open-source or on-premise edition of Ylem, see [below](#configuring-e-mail-sending-integration-for-open-source-and-cloud-based-edition) how to configure this integration.
{% endhint %}

**Integration type**:  `Write`

E-mail integration allows you to send files, reports, and data in other formats via Email. To send E-mails to someone's address you need to have access to these e-mails to verify it.&#x20;

**Data for the connection:**

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

## Configuring E-mail sending integration for open-source and cloud-based edition

If you use open-source of cloud-based edition of Ylem, you need to configure an integration with your E-mail sending provider.

In case you use Amazon SES, what you just need to do, is do add the following parameters to the environment file `./env.common`

```bash
AWS_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
```

If you use an alternative E-mail sending provider, the best way to integrate with it is to use an [API Integration](/integrations/library-of-integrations/apis.md).


---

# 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.ylem.co/integrations/library-of-integrations/e-mail.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.
