mining tax invoices
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user