modified finance helper to use mail dispatch job
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user