flex structure mailer issue

This commit is contained in:
2020-05-03 23:39:19 -05:00
parent 5b64bd910a
commit 7f81830ae8

View File

@@ -99,7 +99,7 @@ class FlexStructureCommand extends Command
$mail->body = $body;
$mail->recipient = (int)$structure->requestor_id;
$mail->recipient_type = 'character';
ProcessSendEveMailJob::dispatch($mail)->onQueueu('mail')->delay($delay);
ProcessSendEveMailJob::dispatch($mail)->onQueue('mail')->delay($delay);
//Increment the delay for the mail to not hit the rate limits
$delay += 60;