added mail to be sent to Minerva and Rock about moon requests being entered into the system.

This commit is contained in:
2020-08-01 05:05:42 -05:00
parent d476978cde
commit 4f8c08011a
2 changed files with 13 additions and 1 deletions
@@ -130,7 +130,7 @@ class MoonsAdminController extends Controller
}
//Setup the mail model
ProcessSendEveMailJob::dispatch($body, (int)$moon->requestor_id, 'character', 'Warped Intentions Moon Request', $config['primary'])->onQueue('mail')->delay(Carbon::now()->addSeconds(5));
ProcessSendEveMailJob::dispatch($body, (int)$moon->requestor_id, 'character', 'Warped Intentions Moon Request', $config['primary'])->onQueue('mail')->delay(Carbon::now()->addSeconds(30));
return redirect('/moons/admin/display/request')->with('success', 'Moon has been processed, and mail has been sent out.');
}