From d9941a38789e3cb964cad2cbfec0616793b1c82e Mon Sep 17 00:00:00 2001 From: cheskoxd Date: Fri, 12 Sep 2025 10:06:57 -0500 Subject: [PATCH] pockethost: add email templates for OTP, updates, verification, login alerts, password reset, and email change confirmation --- assets/templates/emails/OPT.html | 55 +++++++++++++++++++ assets/templates/emails/UpdatePPOrToS.html | 54 ++++++++++++++++++ .../templates/emails/emailVerification.html | 48 ++++++++++++++++ assets/templates/emails/loginAlert.html | 55 +++++++++++++++++++ assets/templates/emails/resetPassword.html | 53 ++++++++++++++++++ .../templates/emails/verifyEmailChange.html | 53 ++++++++++++++++++ 6 files changed, 318 insertions(+) create mode 100644 assets/templates/emails/OPT.html create mode 100644 assets/templates/emails/UpdatePPOrToS.html create mode 100644 assets/templates/emails/emailVerification.html create mode 100644 assets/templates/emails/loginAlert.html create mode 100644 assets/templates/emails/resetPassword.html create mode 100644 assets/templates/emails/verifyEmailChange.html diff --git a/assets/templates/emails/OPT.html b/assets/templates/emails/OPT.html new file mode 100644 index 00000000..3e1c6e1c --- /dev/null +++ b/assets/templates/emails/OPT.html @@ -0,0 +1,55 @@ +--- +bodyClass: bg-[#111111] +preheader: OTP +--- + + + + + + +
+ + + + + + +
+ + + + + + + + + + +
+ Logo +
+

🔒 Your One-Time Password

+

Enter this code to complete your login. It expires in 3 minutes.

+ + + + +
+ {OTP} +
+
+

© 2025 Pockethost. All rights reserved.

+

If you didn't ask for the one-time password, please ignore this email.

+
+
+
+
\ No newline at end of file diff --git a/assets/templates/emails/UpdatePPOrToS.html b/assets/templates/emails/UpdatePPOrToS.html new file mode 100644 index 00000000..cefbb3af --- /dev/null +++ b/assets/templates/emails/UpdatePPOrToS.html @@ -0,0 +1,54 @@ +--- +bodyClass: bg-[#111111] +preheader: Update PP or TOS +--- + + + + + + +
+ + + + + + +
+ + + + + + + + + + +
+ Logo +
+

📝 Updates to Our Terms of Service

+

We’ve updated our Terms of Service to reflect that we no longer offer free projects.

+

As announced on January 10, 2025, we moved to a hard paywall. All existing users at that time were automatically grandfathered in and can continue under their previous terms

+ + + + + +
+ Review Terms of Service +
+
+

© 2025 Pockethost. All rights reserved.

+

If you have any questions about this update, please contact our support team.

+
+
+
+
\ No newline at end of file diff --git a/assets/templates/emails/emailVerification.html b/assets/templates/emails/emailVerification.html new file mode 100644 index 00000000..b3e36ad4 --- /dev/null +++ b/assets/templates/emails/emailVerification.html @@ -0,0 +1,48 @@ +--- +bodyClass: bg-[#111111] +preheader: Email Verification +--- + + + + + + +
+ + + + + + +
+ + + + + + + + + + +
+ Logo +
+

Verify Your Email Address

+

Thank you for signing up! Click on the button below to verify your email address.

+ + + + +
+ Verify Email +
+
+

© 2025 Pockethost. All rights reserved.

+

If you did not sign up for this account, please ignore this email.

+
+
+
+
\ No newline at end of file diff --git a/assets/templates/emails/loginAlert.html b/assets/templates/emails/loginAlert.html new file mode 100644 index 00000000..622cb4f1 --- /dev/null +++ b/assets/templates/emails/loginAlert.html @@ -0,0 +1,55 @@ +--- +bodyClass: bg-[#111111] +preheader: Login Alert +--- + + + + + + +
+ + + + + + +
+ + + + + + + + + + +
+ Logo +
+

🚨 New Login Alert

+

We noticed a login to your Pockethost account from a new location.

+

If this was you, you may disregard this email.

+

If this wasn't you, you should immediately change your {APP_NAME} account password to revoke access from all other locations.

+ + + + +
+ Change Password +
+
+

© 2025 Pockethost. All rights reserved.

+

If you need assistance, please contact our support team.

+
+
+
+
\ No newline at end of file diff --git a/assets/templates/emails/resetPassword.html b/assets/templates/emails/resetPassword.html new file mode 100644 index 00000000..ae4ca890 --- /dev/null +++ b/assets/templates/emails/resetPassword.html @@ -0,0 +1,53 @@ +--- +bodyClass: bg-[#111111] +preheader: Reset Password +--- + + + + + + +
+ + + + + + +
+ + + + + + + + + + +
+ Logo +
+

🔒 Reset Your Password

+

Click the button below to reset your password. This link expires in 30 minutes.

+ + + + +
+ Reset Password +
+
+

© 2025 Pockethost. All rights reserved.

+

If you didn't ask to reset your password, please ignore this email.

+
+
+
+
\ No newline at end of file diff --git a/assets/templates/emails/verifyEmailChange.html b/assets/templates/emails/verifyEmailChange.html new file mode 100644 index 00000000..6b7aa8a7 --- /dev/null +++ b/assets/templates/emails/verifyEmailChange.html @@ -0,0 +1,53 @@ +--- +bodyClass: bg-[#111111] +preheader: Verify Email Change +--- + + + + + + +
+ + + + + + +
+ + + + + + + + + + +
+ Logo +
+

📧 Confirm Your New Email Address

+

You’ve requested to change your email address. Click the button below to confirm your new email address.

+ + + + +
+ Confirm New Email +
+
+

© 2025 Pockethost. All rights reserved.

+

If you did not request this email change, please ignore this email or contact support.

+
+
+
+
\ No newline at end of file