I have to create an app, in which the user selects the work they need to get done and request a quote, which is essentially, a mail button. I tried using java mail, but it requires hard coded password.
What I need is that on pressing this button, the mail should be sent to me without any interference of an email client. Is there any way I can achieve this?