In android, you can send an email via the Intent.ACTION_SEND intent, but this will bring up messaging and other things (even if you specify a type of text/plain).
If you want to the user to only see possible EMAIL clients, is there a foolproof, robust way to do that?