-
+
-|
+ |
-|
-Hello {{firstname}},
+ |
+Hello {{firstname}},
|
-|
-You have task that are in past due status as shown below, Please log in to close the items.
-
- |
-
-
+ |
+ You have task that are in past due status as shown below, Please log in to close the items.
|
-
-
-
-
-
-
+|
-
- |
-
-
-
+
{{\inv_items}}
-{{...}}
-{{pin}}
+{{...}}
+{{pin}}
{{/...}}
{{/inv_items}}
-
+
+
+
+
+|
+ Login into your account to manage your task(s).
|
-
+
+ |
+
+ |
+
+
+
+ We value your privacy. If you did not initiate this process or have any further support questions, don't hesitate to get in touch with us at {{server_name}}/contact
+
-
+ |
+
|
+
+
- Login into your account to manage your task(s).
- |
-
-
-
- |
-
-
-
-
- |
-
-
-|
-Please contact us at https://www.wrenchboard.com/contact if you have any question about this email.
- |
-
-
-|
+ |
{{site_name}} Team
{{server_name}}
|
-
-
diff --git a/wrenchboard/src/shared_tool/email.cc b/wrenchboard/src/shared_tool/email.cc
index 18b6df53..96a5131f 100644
--- a/wrenchboard/src/shared_tool/email.cc
+++ b/wrenchboard/src/shared_tool/email.cc
@@ -262,7 +262,7 @@ long cron_email(long mailtype, CVars in, CVars &out) {
CVars rec;
map_to_cvars(f, rec);
- sprintf(listing_items, " |
| %s | %s | %s %s |
", in["color"].c_str(), rec["project"].c_str(), rec["detail"].c_str(), rec["status"].c_str(), rec["delivery_date"].c_str());
+ sprintf(listing_items, "| %s | %s | %s %s |
", in["color"].c_str(), rec["project"].c_str(), rec["detail"].c_str(), rec["status"].c_str(), rec["delivery_date"].c_str());
inv_list->LetStr("pin", listing_items);
inv_list->CloseElement();
//