send email from processing

PerPer
edited October 2013 in How To...

Hi!

I tried this script http://dhrobertson.com/processing/Email.zip which works fine for sending email from processing to gmail. The thing is I want to save an image from a javascript webexport and email that image on mouseclick to gmail.

how can I manage with attachments?

thanks

Answers

  • The question isn't very clear (for me, at least). Is the "javascript webexport" part important? Does it mean you want to send an e-mail in JavaScript mode? If so, I think it won't work.

  • PerPer
    edited October 2013

    Is the "javascript webexport" part important?

    yes thats important cause I want to send from a sketch that runs online through the web. The thing is that I want to export the image from the web. like pdf export but with functionality online and to send it to an email instead of to the harddrive.

    or like the "postToWeb" library but with functionality online though the javascript mode as well.

    maybe I shall look for external javascript exports to email? any hint?

  • Basically, it is highly unlikely you can send any e-mail from a JavaScript program (unless you operate inside a Gmail or Hotmail, etc. page and are already logged in).

    Otherwise, spammers would have an even easier live than they have already!

Sign In or Register to comment.