add: plaintext email; improved templating

This commit is contained in:
$(pass /github/name)
2024-08-28 11:35:43 +02:00
parent 00ca11d2e6
commit 6ac2b32a1f
10 changed files with 287 additions and 116 deletions

View File

@@ -1,5 +1,7 @@
{
"WebsiteTitle": "My Carsharing Site",
"BaseURL": "https://domain.de",
"Environment": "dev",
"db": {
"Path": "data/db.sqlite3"
},
@@ -8,13 +10,13 @@
"User": "username",
"Password": "password",
"Port": 465,
"Mailtype": "html",
"AdminEmail": "admin@server.com"
},
"templates": {
"MailPath": "templates/email",
"HTMLPath": "templates/html",
"StaticPath": "templates/css"
"StaticPath": "templates/css",
"LogoURI": "/images/LOGO.png"
},
"auth": {
"APIKey": ""