javamail tag

2 questions


1 answers
137 views
0
How do I send an email using JavaMail API without the library built into the app on Android?

I'm going to make an app to send emails.Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);If you do this, you will send an email with the one that is embedded in the Android app What...


1 answers
117 views
0
How to send mail by writing GMmail, Yahoo, or Hotmail in a Java application

Is it possible to send an email using a GMail account in Java application? What should I do?


© 2024 OneMinuteCode. All rights reserved.