I am setting up my app to use JavaMail API. I don't want to get into details, I just want to implement it in my app.
Sending Email in Android using JavaMail API without using the default/built-in app
So while importing the libraries in GMailSender.java
, I am stuck on Session
.
So from the options in this picture, which one should I select?