diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoicesNew.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoicesNew.php index ffb576e2d..4a2ccab5f 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoicesNew.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoicesNew.php @@ -181,7 +181,7 @@ class MiningTaxesInvoicesNew extends Command $subject = 'Warped Intentions Mining Taxes'; $sender = $config['primary']; $recipientType = 'character'; - $recipient = $charId; + $recipient = $config['primary']; //Send the Eve Mail Job to the queue to be dispatched ProcessSendEveMailJob::dispatch($body, $recipient, $recipientType, $subject, $sender)->onQueue('mail')->delay(Carbon::now()->addSeconds($mailDelay));