Further enhancement with #9063a2a - to ensure our message addressing and content picks the right address
This commit is contained in:
@@ -58,7 +58,7 @@ class MessageProcess implements ShouldQueue
|
||||
public function handle()
|
||||
{
|
||||
// Load our details
|
||||
$ftns = Setup::findOrFail(config('app.id'))->system->addresses;
|
||||
$ftns = our_address();
|
||||
|
||||
// If we are a netmail
|
||||
if ($this->msg->isNetmail()) {
|
||||
|
Reference in New Issue
Block a user