From 247e0164d86efc1813aa6ba6cff56d5804480fce Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 26 Oct 2023 18:29:13 -0400 Subject: [PATCH] Rough in some email content templates --- email_content/forgotten_password.php | 15 ++++++++++++++ email_content/template.php | 30 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 email_content/forgotten_password.php create mode 100755 email_content/template.php diff --git a/email_content/forgotten_password.php b/email_content/forgotten_password.php new file mode 100644 index 000000000..3cfdcca50 --- /dev/null +++ b/email_content/forgotten_password.php @@ -0,0 +1,15 @@ +

+Hi User(); +echo ($user ? $user->Name() : ''); ?> +,

+

We have received a request to change your password.

+

Click here to change your password.

+

or cut and paste the following into your browser:
+url()) ?> +

+

The link will take you to a secure webpage where you can change your password.

+

The above link is valid for 5 minutes only.

+

Thank you,

+

diff --git a/email_content/template.php b/email_content/template.php new file mode 100755 index 000000000..8dd959adb --- /dev/null +++ b/email_content/template.php @@ -0,0 +1,30 @@ + + + + + + <?php echo ZM_WEB_TITLE; ?> + + + + + + + + + + + +
+
+

+
+ +