1

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

ski6154
  • 41
  • 4

1 Answers1

0

If you like yourself, you will use a library like JavaMail

You can find a stackoverflow post about it here, it contains useful examples

Community
  • 1
  • 1
Bojan Kseneman
  • 15,488
  • 2
  • 54
  • 59