diff --git a/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php b/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php index dcd18f4ad..cfb2d6971 100644 --- a/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php +++ b/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php @@ -163,7 +163,7 @@ class SendMiningTaxesInvoices implements ShouldQueue $subject = 'Warped Intentions Mining Taxes'; $sender = $config['primary']; $recipientType = 'character'; - $recipient = $config['primary']; + $recipient = $charId; //Send the Eve Mail Job to the queue to be dispatched SendEveMail::dispatch($body, $recipient, $recipientType, $subject, $sender)->onQueue('mail')->delay(Carbon::now()->addSeconds($mailDelay));