I’m working on a simple app and I’ve run into a strange problem. Whilst I can send an evemail to the corporation, it appears when I try to send it to myself it never arrives:
For example,
mail = {‘approved_cost’:10000, ‘body’:body, ‘subject’:subject, ‘recipients’:[{‘recipient_id’:my_corp_id ‘recipient_type’:‘corporation’}]}
The above works fine, whereas:
mail = {‘approved_cost’:10000, ‘body’:body, ‘subject’:subject, ‘recipients’:[{‘recipient_id’:my_character_id, ‘recipient_type’:‘character’}]}
Does not work as the evemail never arrives, even though I get a Mail ID in the response. I’ve checked my CSPA settings and it’s set to 0 so I’m a bit confused.
EDIT: Further testing reveals that I receive the mails fine in the Android app, except I don’t get a notification. I still don’t get either a notification or a mail in the EVE game client though? Bizarre.