looking to have my app send an email to the users inputted email address. I have set up an email address through yahoo for my app, and was wonder what the best solution would be to send a file with the user only typing in their email address.
I already set up the code to create the file just looking for a way to send the email. Every search I've done requires the Intent and using the createChooser method which I want to avoid altogether since it wont send from my email to their email.
Any help would be greatly appreciated