# 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.&#x20;

![](https://1411580035-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LATDgYqVMe0hChW7efU%2F-MVMuCakUORm89lWMRZe%2F-MVRWZmzgtBgTXiiUrri%2FAppmixer.png?alt=media\&token=7bb113a2-a881-43be-ad83-f1212eefbb00)

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://1411580035-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LATDgYqVMe0hChW7efU%2F-MXqfCB2jKYfJSKHCIiM%2F-MXqkEPSathTKNcmpitO%2FAppmixer_Backoffice_-_Service_Configuration.png?alt=media\&token=173de1dd-981e-47bf-a6ea-8fdc5af757a6)

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://docs.appmixer.com/6.0/5.1/app-registration/utils/broken-reference) widget.
