We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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.
http://www.tutorialspoint.com/java/java_sending_email.htm
See "Send Attachment in E-mail"
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!