summaryrefslogtreecommitdiff
path: root/include/file_templates.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2025-12-27 17:25:41 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2025-12-27 17:25:41 +0100
commit7c3a271feea4b3693bf93a47924f7c682585e179 (patch)
treeb72a1f3f2780f9f22f679e18f5d1780541cc040b /include/file_templates.hpp
parent28c730a2e35ce81634dd4d47bf8e92e4552ec17c (diff)
mail provider settings ui
Diffstat (limited to 'include/file_templates.hpp')
-rw-r--r--include/file_templates.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/file_templates.hpp b/include/file_templates.hpp
index 15637a7..c5e0191 100644
--- a/include/file_templates.hpp
+++ b/include/file_templates.hpp
@@ -71,6 +71,10 @@ namespace file_template {
" <PublicKey>{{AI_SERVICE_PUBLIC_KEY}}</PublicKey>\n"
" <Model>{{AI_SERVICE_MODEL}}</Model>\n"
" </AIService>\n"
+ " <EmailService>\n"
+ " <Provider>{{EMAIL_SERVICE_PROVIDER}}</Provider>\n"
+ " <PublicKey>{{EMAIL_SERVICE_KEY}}</PublicKey>\n"
+ " </EmailService>\n"
"</Administration>";
static const char* peppol_invoice_tax_subtotal_template =