Skip to content

Commit 31452d7

Browse files
committed
Add a new article: How to test your email templates
1 parent 98e6648 commit 31452d7

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-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
* [Limit Order Line Quantity](how-to-guides/limit-orderline-quantity.md)
5152
* [Implementing Product Bundles](how-to-guides/product-bundles.md)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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 right out of the box.
8+
9+
{% hint style="info" %}
10+
11+
As of now, only templates under the **Cart**, **Order**, **Gift Card**, and **Discount** categories can be tested using the above steps.
12+
13+
{% endhint %}
14+
15+
16+
## Steps
17+
1. Go to the *Umbraco Backoffice* > *Settings*.
18+
2. Select a store name.
19+
3. Navigate to the *Email Templates* section.
20+
4. Open the template you want to test.
21+
5. Click the *Send Test Email* button.
22+
6. Fill in the fields in the modal, and **make sure that the recipient is a test email address**.
23+
7. Click the *Send* button.
24+
25+
An email with the information you provided should be sent to the test email address shortly.
26+
27+
## Screenshots
28+
![Email Template Details Screen](images/test-email-templates/0.email-template-details.png)
29+
*Figure 1: Email Template Details screen in Umbraco backoffice.*
30+
31+
![Send Test Email Modal](images/test-email-templates/1.send-test-email-modal.png)
32+
*Figure 2: The "Send Test Email" modal.*
33+
34+
![Order Entity Picker](images/test-email-templates/2b.order-entity-picker.png)
35+
*Figure 3: Order entity picker in the "Send test email" modal.*
51 KB
Loading
153 KB
Loading
163 KB
Loading

0 commit comments

Comments
 (0)