> For the complete documentation index, see [llms.txt](https://docs.varbase.vardot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.varbase.vardot.com/10.1.x/developers/understanding-varbase/core-components/varbase-email.md).

# Varbase Email

Adds HTML email templates for Drupal.

## Varbase Email Module

{% hint style="info" %}
Varbase emailing features are bundled through the **Varbase Email** module.\
GitHub: <https://github.com/Vardot/varbase_email>\
Drupal.org: <https://www.drupal.org/project/varbase_email>

After building a project using the `varbase-project` template, you can see the code of the **Varbase Email** module in:
{% endhint %}

```
project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_email
```

Brings in the following core and contributed modules to your site:

| Module                                                              | Purpose                                           |
| ------------------------------------------------------------------- | ------------------------------------------------- |
| [**Symfony Mailer**](https://www.drupal.org/project/symfony_mailer) | Integrate Symfony Mailer into Drupal.             |
| [**Easy Email**](https://www.drupal.org/project/easy_email)         | A simple system for sending HTML-formatted emails |

{% content-ref url="/pages/GNvH5NmVPloDxzErNq2S" %}
[Configure Symfony Mailer](/10.1.x/developers/configuring-a-varbase-site/configuring-varbase-mailer-settings/configure-symfony-mailer.md)
{% endcontent-ref %}
