modified new mining taxes invoices to only send mail to myself
This commit is contained in:
@@ -181,7 +181,7 @@ class MiningTaxesInvoicesNew extends Command
|
|||||||
$subject = 'Warped Intentions Mining Taxes';
|
$subject = 'Warped Intentions Mining Taxes';
|
||||||
$sender = $config['primary'];
|
$sender = $config['primary'];
|
||||||
$recipientType = 'character';
|
$recipientType = 'character';
|
||||||
$recipient = $charId;
|
$recipient = $config['primary'];
|
||||||
|
|
||||||
//Send the Eve Mail Job to the queue to be dispatched
|
//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));
|
ProcessSendEveMailJob::dispatch($body, $recipient, $recipientType, $subject, $sender)->onQueue('mail')->delay(Carbon::now()->addSeconds($mailDelay));
|
||||||
|
|||||||
Reference in New Issue
Block a user