I am attempting to open the default email client in Mac with an Attachment.
Since my application is in JAVA, i need to resort to the native code capabilities to achieve the same.
I need to open the default email client with an attachment and the To, Subject & Body configured.
I probably can use NSSharing Service, but does someone have experience with the same and can guide me to material or a working example.