Quantcast
Viewing all articles
Browse latest Browse all 26

Answer by ngrashia for Sending Email in Android using JavaMail API without using the default/built-in app

Without user intervention, you can send as follows:

  1. Send email from client apk. Here mail.jar, activation.jar is required to send java email. If these jars are added, it might increase the APK Size.

  2. Alternatively, You can use a web-service at the server side code, which will use the same mail.jar and activation.jar to send email. You can call the web-service via asynctask and send email. Refer same link.

(But, you will need to know the credentials of the mail account)


Viewing all articles
Browse latest Browse all 26

Trending Articles