After starting an email intent how can I get confirmation that the email has sent or there has been an error back into the activity it was called from?
You can NOT do this.
ACTION_SEND does NOT have any output as a result you always get the default value which is RESULT_CANCELED.
Also you can NOT check it with Intent data coming back because it is always null either mail send or discard.