Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Supported Tags
Every email sent by Blesta supports, at minimum, the following tags:
Tag | Description | Notes | Since Version |
---|---|---|---|
{base_uri} | The URI to Blesta's base directory | e.g. domain.com/billing/ | 3.0.3 |
{admin_uri} | The URI to Blesta's admin interface | e.g. domain.com/billing/admin/ | 3.0.3 |
{client_uri} | The URI to Blesta's client interface | e.g. domain.com/billing/client/ | 3.0.3 |
Available Email Templates
...
The following email templates are sent to clients, if enabled, after particular events or actions. Staff may receive BCC copies of these emails if their staff group has these BCC notices set, and the staff member subscribes to them under their [My Info] -> [Notices] section.
Staff Emails
The following email templates are sent only to staff users that have subscribed to receive them under their [My Info] -> [Notices] section. Staff may only subscribe to notices that are available to their staff group.
Template Name | Since Version |
---|---|
Aging Invoices Report | 3.1 |
Invoice Creation Report | 3.1 |
Tax Liability Report | 3.3 |
Cancellation Error | 3.1 |
Creation Error | 3.1 |
Suspension Error | 3.1 |
Unsuspension Error | 3.1 |
Password Reset | 3.0 |
Plugin Emails
Plugins may set their own email templates. Take a look at each plugin specifically for more information on the email templates they support. For 3rd-party plugins, consult the 3rd-party plugins' documentation.
Styles
Email templates do not support embedded styles, e.g. within a <style></style> tag. Instead, styles should be inline.
For example:
.div { width:50px; } = BAD
<div style="width:50px;"> = GOOD
There is utility that may help convert your styles to inline styles at https://templates.mailchimp.com/resources/inline-css/