# 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
```


---

# 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://support.suptask.com/integrations-automations-and-workflows/email-ticketing-setup/email-customization.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.
