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:
+6
-6
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user