Changed OrderFiles; name is now dropdown of predefined types; Certain

types send emails
This commit is contained in:
Frank Schubert
2022-06-21 18:58:02 +02:00
parent 43185a914f
commit 26b0a67d09
17 changed files with 263 additions and 194 deletions

View File

@@ -59,7 +59,6 @@ class Emailnotification {
public function setTo($email) {
$this->email_to = $email;
$this->to_name = $name;
}
public function send() {