# Email Customization

You can customize how the Email integration works and the layout of the emails that are sent.&#x20;

### Settings&#x20;

Emails can be configured with different settings that allows you to customize the behavior towards your requesters.&#x20;

#### Confirmation email

By default a confirmation email is sent back to the requester. You can optionally disable this.  &#x20;

***

### Layout&#x20;

Emails sent from Suptask back to the requester can have the layout customized to your requirements, such as your own branding and name.&#x20;

We allow you to customize many parts of the, from the text content to the colors.

#### Colors&#x20;

```
background: #f4f4f4
containerBackground: #fff
header: #333
content: #000000
footer: #000000
ticketTitle: #faafe1
ticketText: #faa555
newLabel: #5a2211
border: #3d9cdc
suptaskLink: #34495e
replyAbove: #b5b5b5
```

#### Text content

```
titleCreated: Your ticket #{{ticket.ticketNumber}} has been created
receivedMessage: Your request has been received and created as ticket <strong>#{{ticket.ticketNumber}}</strong>. We'll get back to you as soon as it has been reviewed.
additionalInfo: You can share any additional information or attachment by replying to this email.
newLabel: (NEW)
titleClosed: Your ticket #{{ticket.ticketNumber}} has been closed
titleUpdated: Your ticket #{{ticket.ticketNumber}} has been updated
updateMessage: Your ticket has been updated. Here are the most recent replies:
recentRepliesLabel: Recent Replies
sentTo: Sent to {{message.author}} from {{companyName}}. Delivered by
deliveredBy: Suptask
deliveredByUrl: https://www.suptask.com
```
