esi-issues
esi-issues copied to clipboard
Bug: /v1/characters/{character_id}/mail/
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.