From 1598f35c08f2e5ac2b70700b7a29ab90df1bc4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Fri, 27 Feb 2026 12:09:50 +0100 Subject: [PATCH] feat(back-end): email improvements --- .../templates/email/payment-confirmed.html | 111 ++++++++++++++++++ .../templates/email/payment-reported.html | 110 +++++++++++++++++ 2 files changed, 221 insertions(+) create mode 100644 backend/src/main/resources/templates/email/payment-confirmed.html create mode 100644 backend/src/main/resources/templates/email/payment-reported.html diff --git a/backend/src/main/resources/templates/email/payment-confirmed.html b/backend/src/main/resources/templates/email/payment-confirmed.html new file mode 100644 index 0000000..657f1ef --- /dev/null +++ b/backend/src/main/resources/templates/email/payment-confirmed.html @@ -0,0 +1,111 @@ + + + + + Payment Confirmed + + + +
+
+

Payment confirmed for order #00000000

+
+ +
+

Hi Customer,

+

Your payment has been confirmed and your order is now in production.

+ +
+ Current status: In production. +
+ +
+ + + + + + + + + +
Order number00000000
TotalCHF 0.00
+
+ +

The paid invoice PDF is attached to this email.

+

+ View order status: + https://example.com/en/co/00000000-0000-0000-0000-000000000000 +

+

We will notify you when shipment is ready.

+
+ + +
+ + diff --git a/backend/src/main/resources/templates/email/payment-reported.html b/backend/src/main/resources/templates/email/payment-reported.html new file mode 100644 index 0000000..c7d2b72 --- /dev/null +++ b/backend/src/main/resources/templates/email/payment-reported.html @@ -0,0 +1,110 @@ + + + + + Payment Reported + + + +
+
+

Payment reported for order #00000000

+
+ +
+

Hi Customer,

+

We received your payment report and we are now verifying it.

+ +
+ Current status: Payment under verification. +
+ +
+ + + + + + + + + +
Order number00000000
TotalCHF 0.00
+
+ +

+ Check order status: + https://example.com/en/co/00000000-0000-0000-0000-000000000000 +

+

You will receive another email once payment is confirmed.

+
+ + +
+ +