I want to open a new message, in the system default mail client, and include an attachment, from Java.
I tried Desktop.mail(URI mailtoURI)
but I do not know how to specify the attachment.
Then, I tried JavaMail. It is working, but I am not able to open the default mail client
How to call the default mail client from within Java, and specify an attachment?