From b66f74c69cf36ce1a07d1560edf93b284e3e3ef5 Mon Sep 17 00:00:00 2001 From: harisato Date: Thu, 17 Aug 2023 15:16:58 +0700 Subject: [PATCH] feat(be): add email template --- template/forgot-password.html | 224 ++++++++++++++++++++++++++++++++++ template/verify-email.html | 184 ++++++++++++++++++++++++++++ 2 files changed, 408 insertions(+) create mode 100644 template/forgot-password.html create mode 100644 template/verify-email.html diff --git a/template/forgot-password.html b/template/forgot-password.html new file mode 100644 index 00000000..516e3f3b --- /dev/null +++ b/template/forgot-password.html @@ -0,0 +1,224 @@ + + + + + + + Password Reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+

Reset Your Password

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+

Tap the button below to reset your customer account password. If you didn't request a new password, you can safely delete this email.

+
+ + + + +
+ + + + +
+ Request New Password +
+
+
+

Cheers,
Punkga team

+
+ +
+ + + + + + + + + +
+

You received this email because we received a request for new password for your account. If you didn't request new password you can safely delete this email.

+
+ +
+ + + + \ No newline at end of file diff --git a/template/verify-email.html b/template/verify-email.html new file mode 100644 index 00000000..a500e4ae --- /dev/null +++ b/template/verify-email.html @@ -0,0 +1,184 @@ + + + + + + + Email Confirmation + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+

Confirm Your Email Address

+
+
+ + + + + + + + + + + + + + + + + +
+

Tap the button below to confirm your email address. If you didn't create an account, you can safely delete this email.

+
+ + + + +
+ + + + +
+ Confirm Email +
+
+
+

Cheers,
Punkga team

+
+
+ + + + + + + + +
+

You received this email because we received a request for register for your account. If you didn't request register you can safely delete this email.

+
+
+ + + + \ No newline at end of file