Minor refactoring + move hardcoded template names and handling based mustache variables into a const collection for ease of modification/access

This commit is contained in:
Tina_Azure
2023-05-02 17:44:23 +02:00
parent a800fb07d4
commit 4720ffdad5
5 changed files with 112 additions and 62 deletions

View File

@ -20,9 +20,11 @@
#include "cpp/htmlmessage.hpp"
#include "emailTemplateCollection.cpp"
#include "templateConstCollection.cpp"
using namespace jed_utils::cpp;
using namespace DatabaseStatementConstCollection;
using namespace TemplateConstCollection;
/*
* Utility Manager