Changes to the mail sending system to allow for a more fluent proccessing of the mails in regarts to the rate limiting

This commit is contained in:
2026-07-28 19:03:15 +02:00
parent 70b108d841
commit ea402f3223
4 changed files with 91 additions and 38 deletions
+6 -6
View File
@@ -20,14 +20,14 @@
"key": "Web/certs/key.pem"
},
"email": {
"enabled": false,
"smtp_host": "smtp.gmail.com",
"enabled": true,
"smtp_host": "mail.invario-software.de",
"smtp_port": 587,
"use_tls": true,
"username": "",
"password": "",
"from_address": "",
"default_sender_name": "Invario Inventarprogramm",
"username": "no-reply@invario-software.de",
"password": "#,EATwIn,68",
"from_address": "no-reply@invario-software.de",
"default_sender_name": "Invario Email Service",
"timeout_seconds": 30
},
"images": {