modified new mining taxes invoices to only send mail to myself

This commit is contained in:
2021-03-23 19:56:49 +09:00
parent d3a9f33769
commit c176c32668

View File

@@ -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));