Auto create nodes that are discovered by message packets
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user