> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.app-hive.dev/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How can I send quote request confirmation emails to my customers?

To have customers receive a notification when they submit a quote request you can enable email notifications. Open the Quotify app choose **Notifications** settings and follow the interactive guide:

${frame}[How to configure customer confirmation email notifications](https://demo.app-hive.dev/embed/cmjgbc36d0s9k3zz2n3jrnx52?embed_v=2&utm_source=embed)

You can include dynamic information in the subject and message using Liquid, for example:

```html
Subject: New quote {{ quote.id }} from {{ form.fields.first_name }}

Message: You've got a new quote request from {{ form.fields.first_name }} {{ form.fields.last_name }} with an order value of {{ quote.total }}
```

| If you have a Pro subscription, you can use different themes or build your own using the template builder.