mining tax invoices

This commit is contained in:
2021-04-20 18:17:28 +09:00
parent 9cce52b8ba
commit c77b7e3821

View File

@@ -163,7 +163,7 @@ class SendMiningTaxesInvoices implements ShouldQueue
$subject = 'Warped Intentions Mining Taxes'; $subject = 'Warped Intentions Mining Taxes';
$sender = $config['primary']; $sender = $config['primary'];
$recipientType = 'character'; $recipientType = 'character';
$recipient = $config['primary']; $recipient = $charId;
//Send the Eve Mail Job to the queue to be dispatched //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)); SendEveMail::dispatch($body, $recipient, $recipientType, $subject, $sender)->onQueue('mail')->delay(Carbon::now()->addSeconds($mailDelay));