We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I need to trigger a mailto (something that opens the default mail client) with an image attached to it. Is there a simple way to do this from a regular processing sketch, or do I have to do it with Javascript?
Either way, can you show me how to do it? Thanks in advance.
Answers
I would try searching for "open e-mail client attachment".
I found this https://stackoverflow.com/questions/1564147/how-to-open-an-email-client-and-automatically-attach-file-in-java
But I would say it will be system dependent. It will probably work either in Linux, Windows or OS X. A multi-platform solution is harder.