I'm currently searching for a way (in Java) to start the default mail client with defined receiver, subject and body and with a predefined attachment.
Due to the limitations of the RFC the java.awt.Desktop.mail-Method is not working with attachments. The JDIC-project is dead and the JMAPI-project is rather obscure in the building process. (Needs 1.4 Mozilla-Sources) And I have to build it for 64 bit systems myself.
Is there an alternative? I already read the articles here but using the rundl32.dll and such "solutions" aren't something I want to put in production code.
(as far as I know) That is currently not possible to add a predefined attachment but you can do other things that you mentioned (to start the default mail client with defined receiver, subject and body) using java.awt.Desktop.mail.. I believe that you have already checked here. It would be very useful though.