# Email

Appmixer offers a built-in component for sending emails from the platform.

![The default SendEmail component.](/files/-MUEgnsliDR1lBXE8boY)

The *SendEmail* component uses our Mandrill API KEY by default. It is recommended to change that to your own Mandrill API KEY if you want to keep using Mandrill as the email service provider. You can do that from the Backoffice. The service ID is *appmixer:utils:email* in this case. You can also change the default *from* email address which is set to *<no-reply@appmixer.com>*.

![](/files/-MUEgCfOQK6wtBvIf8Xl)

The *SendEmail* component is an example, how sending emails from Appmixer can be done. You can have your own mailing system which you would like to use or you would like to use a different third-party application. In such a case, you should remove the *SendEmail* component from the system and offer your users your own implementation.


---

# 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.appmixer.com/6.0/5.0/app-registration/utils/email.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.
