From 07ebf88806b93b9320f8f9d36b867572dd9a9580 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 10 Apr 2026 10:33:01 -0500 Subject: [PATCH] refactor(templates): corrections for new notify process on critcal errors --- .../utils/mailViews/serverCritialIssue.hbs | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 backend/utils/mailViews/serverCritialIssue.hbs diff --git a/backend/utils/mailViews/serverCritialIssue.hbs b/backend/utils/mailViews/serverCritialIssue.hbs new file mode 100644 index 0000000..9598df5 --- /dev/null +++ b/backend/utils/mailViews/serverCritialIssue.hbs @@ -0,0 +1,36 @@ + + + + + {{!--Order Summary --}} + {{> styles}} + + {{!-- --}} + + +

{{plant}},
Has encountered an error.

+

+ The below error came from Module: {{module}}, Submodule: {{submodule}}. +

+

The error below is considered to be critical and should be addressed

+
+
+

Error Message:

+

{{message}}

+
+
+
+

Stack trace

+
{{{error}}}
+
+ + \ No newline at end of file