Sending Email in Android using JavaMail API without using the default android app(Builtin Email app
Posted
by Vinayak.B
on Stack Overflow
See other posts from Stack Overflow
or by Vinayak.B
Published on 2010-01-07T12:04:43Z
Indexed on
2010/04/06
0:33 UTC
Read the original article
Hit count: 1074
Hi Folks,
I am trying to create a mail sending application in android, If I use
`Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND`);
This will launch the builtin application of android, I'm trying to send the mail on button click directly without using this app, Please any suggestions highly appreciated
Cheers, Vinayak
© Stack Overflow or respective owner