# Emailing

The Didomi platform sends emails to your customers on your behalf in various use cases: authenticating a customer before allowing them to access their preferences, confirming consent changes, etc.\
\
By default, Didomi will send those messages with the email address `support@didomi.io` with our standard content. To customize those emails and send them from your own email address, you can configure Didomi to connect to your email provider or create your own templates using Didomi provider.

The following providers are currently supported:

* [Actito Email](https://developers.didomi.io/integrations/emailing/providers/actito-email)
* [Actito SMS](https://developers.didomi.io/integrations/emailing/providers/actito-sms)
* [Adobe Campaign Classic](https://developers.didomi.io/integrations/emailing/providers/adobe-campaign-classic)
* [Adobe Campaign Standard](https://developers.didomi.io/integrations/emailing/providers/adobe-campaign-standard)

You will need to [configure templates](https://developers.didomi.io/integrations/emailing/templates) for the emails that Didomi will send on your behalf.


---

# 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://developers.didomi.io/integrations/emailing.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.
