i have written a program which has a form consisting of name , phone no and email and a submit button to send the above details to a mail address , i have also tried using intent and it works fine but i dont want to use intent as i want the user to stay inside the application and not go outside the application. So i got the code for java mail api , and also receiving messages in my mail when i click on submit button , but is it possible to also send the form details with it ?i have written a program which has a form consi