I need to send an email when clicking on a button without using gmail clients. For this I am using the java mail api, and I am basing myself on the code of the following references:
Sending Email in Android using JavaMail API without using the default/built-in app
I have tried placing some logs to print/debug things and I realized that the last part of the code is not executed Transport.send(message);