# 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="https://3180830455-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD0FT8l3QzMrw546vOdHU%2Fuploads%2FgrKHBrg3MptAIF81ZW47%2FScreenshot%202024-04-23%20at%2018.59.18.png?alt=media&#x26;token=35f029fb-bc67-425f-8574-d4130834b142" 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](https://docs.ylem.co/integrations/library-of-integrations/apis).
