Auto create nodes that are discovered by message packets

This commit is contained in:
Deon George
2021-09-11 23:32:10 +10:00
parent 04e8a899d4
commit fcdde10512
5 changed files with 87 additions and 22 deletions

View File

@@ -112,7 +112,7 @@ class MessageProcess implements ShouldQueue
$reply .= "------------------------------ END MESSAGE ------------------------------\r";
$o = new Netmail();
$o = new Netmail;
$o->to = $this->msg->user_from;
$o->from = Setup::PRODUCT_NAME;
$o->subject = 'Message Undeliverable - '.$this->msg->msgid;