Ensure Echomail is initialised correctly
This commit is contained in:
@@ -60,6 +60,7 @@ final class Test extends Process
|
||||
$eo = Echoarea::where('name',$msg->echoarea)->single();
|
||||
|
||||
$o = new Echomail;
|
||||
$o->init();
|
||||
$o->to = $msg->user_from;
|
||||
$o->from = Setup::PRODUCT_NAME;
|
||||
$o->subject = 'Test Reply';
|
||||
|
Reference in New Issue
Block a user