From d8460bcb8b003ffbd31cf01269381bd61d832ba8 Mon Sep 17 00:00:00 2001 From: isra el Date: Mon, 9 Feb 2026 06:39:21 +0300 Subject: [PATCH] chore(api): update email templates --- .../templates/account-deletion-request.hbs | 87 ++++++------------- .../customer-support-confirmation.hbs | 64 ++++---------- 2 files changed, 44 insertions(+), 107 deletions(-) diff --git a/api/src/mail/templates/account-deletion-request.hbs b/api/src/mail/templates/account-deletion-request.hbs index 33e8134..fbd5512 100644 --- a/api/src/mail/templates/account-deletion-request.hbs +++ b/api/src/mail/templates/account-deletion-request.hbs @@ -4,77 +4,40 @@ Account Deletion Request -
- {{!-- --}} -

Account Deletion Request

+

Account Deletion Request

+ +

Hello {{name}},

+ +

We have received your request to delete your TextBee account. We're sorry to see you go.

+ +
+

Important: Your account has been marked for deletion and will be processed within 7 days. During this period:

+
    +
  • You can still log in and access your account until the deletion is completed
  • +
  • After the deletion is complete, all your data will be permanently removed
  • +
  • This action cannot be undone once processed
  • +
-
-

Hello {{name}},

+

Reason for deletion: {{#if message}}{{message}}{{else}}No reason provided{{/if}}

-

We have received your request to delete your TextBee account. We're - sorry to see you go.

+

Account: {{name}} ({{email}})

-
-

Important: - Your account has been marked for deletion and will be processed within - 7 days. During this period:

-
    -
  • You can still log in and access your account until the deletion is - completed
  • -
  • After the deletion is complete, all your data will be permanently - removed
  • -
  • This action cannot be undone once processed
  • -
-
- -
-
Reason for deletion:
-

{{#if message}}{{message}}{{else}}No reason provided{{/if}}

-
- -
-
Account Information:
-

Name: {{name}}

-

Email: {{email}}

-
- -
-

Changed Your Mind?

-

If you didn't request this deletion or want to - keep your account, you can easily cancel this request!

-

Simply reply to this email as soon as possible and we'll immediately - stop the deletion process.

-

Your account and all your data will remain intact. No further action - will be needed.

-
+
+

Changed Your Mind?

+

If you didn't request this deletion or want to keep your account, simply reply to this email and we'll immediately stop the deletion process.

- \ No newline at end of file + diff --git a/api/src/mail/templates/customer-support-confirmation.hbs b/api/src/mail/templates/customer-support-confirmation.hbs index 631a5b8..26b4ee6 100644 --- a/api/src/mail/templates/customer-support-confirmation.hbs +++ b/api/src/mail/templates/customer-support-confirmation.hbs @@ -4,58 +4,32 @@ Support Request Confirmation -
- {{!-- --}} -

Support Request Submitted

+

Support Request Submitted

+ +

Hello {{name}},

+ +

Thank you for contacting our support team. We have received your message and will get back to you as soon as possible.

+ +
+

Category: {{category}}

+

Your Message:

+

{{message}}

-
-

Hello {{name}},

+

Your Contact Information:

+

Name: {{name}}
Email: {{email}}
Phone: {{#if phone}}{{phone}}{{else}}Not provided{{/if}}

-

Thank you for contacting our support team. We have received your - message and will get back to you as soon as possible.

- -
-
Category:
-

{{category}}

- -
Your Message:
-

{{message}}

-
- -
-
Your Contact Information:
-

Name: {{name}}

-

Email: {{email}}

- {{#if phone}} -

Phone: {{phone}}

- {{else}} -

Phone: Not provided

- {{/if}} -
- -

we will review your request and respond to the email address you - provided. If you have any additional information to share, please reply - to this email.

-
+

We will review your request and respond to the email address you provided. If you have any additional information to share, please reply to this email.

- \ No newline at end of file +