Possible Duplicate:
Sending Email in Android using JavaMail API without using the default/built-in app
I need to send an email from a background thread and I was wondering if I could use javax mail in an android project, or if they are some alternatives.
yeah buddy , you can use this code to send mail in background what happens in Android api , user has to click on send button manually but in above link you can send mail in background.