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.
Probably it's too late by now, but just in case anybody still finds this problem:
should do the trick in a platform-independent way.