I would like to leverage the goggle account credentials belonging to the synced user on android to send emails in the background, it is possible to achieve that ?
If not, is it possible to ask the user to send an email (with an intent) AND get the receiver's email ? maybe by calling startActivityForResult ?
Cheers, Ze
You question is to send email via intent
To send email in background use JavaMail API with activation framework.