Skip to content

Commit 944cc47

Browse files
authored
Merge pull request #7248 from umbraco/feature/test-email-templates
Add a new article: How to test your email templates
2 parents 59bfb77 + 8117531 commit 944cc47

File tree

5 files changed

+32
-0
lines changed

5 files changed

+32
-0
lines changed

16/umbraco-commerce/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
* [Configure SQLite support](how-to-guides/configure-sqlite-support.md)
4747
* [Use an Alternative Database for Umbraco Commerce Tables](how-to-guides/use-an-alternative-database-for-umbraco-commerce-tables.md)
4848
* [Customizing Templates](how-to-guides/customizing-templates.md)
49+
* [Test Your Email templates](how-to-guides/how-to-test-email-templates.md)
4950
* [Configuring Cart Cleanup](how-to-guides/configuring-cart-cleanup.md)
5051
* [Configuring Abandoned Carts Notification](how-to-guides/configuring-abandoned-cart-notification.md)
5152
* [Limit Order Line Quantity](how-to-guides/limit-orderline-quantity.md)
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
description: Learn how to test your email templates.
3+
---
4+
5+
# Test your email templates
6+
7+
Want to see how your email templates look before sending them to the real customers? Umbraco Commerce 16.2.0 supports testing your email templates.
8+
9+
{% hint style="info" %}
10+
As of now, only templates under the **Cart**, **Order**, **Gift Card**, and **Discount** categories can be tested using the steps below.
11+
{% endhint %}
12+
13+
## Steps
14+
15+
1. Go to *Umbraco Backoffice* > *Settings*.
16+
2. Select a store name.
17+
3. Navigate to the *Email Templates* section.
18+
4. Open the template you want to test.
19+
20+
![Email Template Details screen in Umbraco backoffice](images/test-email-templates/0.email-template-details.png)
21+
22+
5. Click the *Send Test Email* button.
23+
6. Fill in the fields in the modal, and **make sure that the recipient is a test email address**.
24+
25+
![The "Send Test Email" modal](images/test-email-templates/1.send-test-email-modal.png)
26+
27+
![Order entity picker in the "Send test email" modal](images/test-email-templates/2.order-entity-picker.png)
28+
29+
7. Click the *Send* button.
30+
31+
An email with the information you provided will be sent to the test email address shortly.
112 KB
Loading
215 KB
Loading
212 KB
Loading

0 commit comments

Comments
 (0)