esi-issues icon indicating copy to clipboard operation
esi-issues copied to clipboard

Bug: /v1/characters/{character_id}/mail/

Open timthedevguy opened this issue 7 years ago • 0 comments

Bug

Attempting to send an alliance wide mail as a corporation member of that alliance that has roles in game to send Alliance wide mail results in a 500 Internal server error.

Request

Using POST to /v1/characters/95914159/mail/ where 95914159 is my CharacterID { "approved_cost": 0, "body": "Test Message", "recipients": [ { "recipient_id": 99005688, "recipient_type": "alliance" } ], "subject": "Test Subject" }

Where 99005688 is my Alliances ID

Response

{"error": "Unhandled internal error encountered!"}

Expected

Expectation is Success code and mail sent to Alliance in game.

timthedevguy avatar Aug 06 '17 15:08 timthedevguy