modified finance helper to use mail dispatch job

This commit is contained in:
2019-01-09 20:52:31 -06:00
parent 5ac5e054c0
commit a90688deb6

View File

@@ -42,7 +42,7 @@ class FinanceHelper {
$mail->body = 'You need to register an ESI API on the services site for esi-wallet.read_corporation_wallet.v1<br>This is also labeled Corporation Wallets';
$mail->recipient = (int)$info->character_id;
$mail->recipient_type = 'character';
$mail->save();
//$mail->save();
SendEveMail::dispatch($mail);