Ensure Echomail is initialised correctly

This commit is contained in:
Deon George
2022-11-04 23:14:47 +11:00
parent b45e2c6dd8
commit 9721db185b
3 changed files with 10 additions and 0 deletions

View File

@@ -205,6 +205,8 @@ class MessageProcess implements ShouldQueue
// We know about this area, store it
$o = new Echomail;
$o->init();
$o->to = $this->msg->user_to;
$o->from = $this->msg->user_from;
$o->subject = $this->msg->subject;