sendmail
This commit is contained in:
@@ -93,10 +93,10 @@ class SendMail extends Command
|
||||
$esi->setBody([
|
||||
'approved_cost' => 50000,
|
||||
'body' => $body,
|
||||
'recipients' => [[
|
||||
'recipients' => [
|
||||
'recipient_id' => $recipient,
|
||||
'recipient_type' => 'character',
|
||||
]],
|
||||
],
|
||||
'subject' => $subject,
|
||||
])->invoke('post', '/characters/{character_id}/mail/', [
|
||||
'character_id'=> 93738489,
|
||||
|
||||
Reference in New Issue
Block a user