# Claim Email Templates

{% hint style="info" %}
If you wish to send emails directly to your Customers you should check if you can add information for a SMTP server. Visit our [SMTP](/mod24/mailing/smtp.md) page for further info.&#x20;
{% endhint %}

This email type is similar to Follow up templates, as they are both related to the currently logged in user and are in a sense personal templates for the user. You can create them by following the menu link as shown below.&#x20;

![Settings > Mailing > Claim emails](/files/-M8tJ4z0DbbO7ACd71QR)

## Create Claim Email Template

Start by clicking on "Add template" button from the page. From there you can create your template.

* **Claim type** - selecting a claim type will indicate for which type of claims this template will be used.
* **Template name** - a friendly name for yourself to navigate through your templates.
* **Subject** - email subject that will be received by the customer.
* **Body** - email body that will be received by the customer.

Fill in the necessary info and save your template.

You can add variables into Subject and Body that will populate with corresponding info on a designated Claim. Learn more about them in our [Variables ](/mod24/mailing/variables.md)section.

## Using Claim Email Templates

Once you're done creating these templates you can start using them from Claim page. You can find "Send email" option under Customer's info.

![](/files/-M8tMm93dqeKpdrPm0RO)

When you select to send an email, you will be able to choose from your Claim email templates and see it automatically populate with data for that Customer.


---

# 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.mod24.com/mod24/mailing/claim-email-templates.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.
