I have one of the questions of the type that usually makes me say "Why do you need this" and suggest that it will be used for malicious purposes, but here goes ...
How to send email without user interaction without using my own email sender?
Before any of you suggest this, I know Javamail , and I used this approach before it comes back to this, if I need to, I also know how to call the selection switch and how to open the layout screen directly . I do not want it.
I have a feedback form in my application. 3 text fields and buttons. When the user clicks the button, I send the data in the fields to myself, but to further increase the size of my application, I want to send mail through any mail application currently installed / by default, without further user interaction.
Is it possible?
source
share