# Tasks

There is a built-in Tasks component *RequestApprovalEmail.* This component is more like a template, something you can use and built your own version that better fits into your platform. Although, even this component may be useful.

![](https://content.gitbook.com/content/cfhstxIZQWZNvWjV2O6F/blobs/2qSboVsZnfMrCcb1on05/tasks-1.png)

This component sends one email to the *requestor* and another email to the *approver.* It uses the Appmixer Mandrill account to do that. Those emails contain a few Appmixer related information - *Reply-To, From Email, ...* These can be configured using Backoffice.

![Possible configuration for RequestApprovalEmail component.](https://content.gitbook.com/content/cfhstxIZQWZNvWjV2O6F/blobs/sPxdYs18dFHNZDna2KGY/tasks-2.png)

The email contains an Appmixer logo by default, you can change that by setting *logoURL key in the* Backoffice and pointing that to your own product log.

The last thing is the PEOPLE\_TASKS\_DASHBOARD\_URL environment variable that has to be set for the Appmixer engine. This URL will be used in the *RequestApprovalEmail* component to create links in the email that is sent to the approver. This has to point to a page in your application that will display the tasks. That is a page that implements the [*appmixer.ui.PeopleTasks*](https://github.com/clientIO/appmixer-docs-gitbook/blob/v5.2/app-registration/utils/broken-reference/README.md) widget.
