We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am looking to send an Email from Processing. I am gathering data, and would like an easy way to send alerts when certain events happen.
It looks like this has been covered in the past but most of the resources have been deprecated. Shiffman had a pretty good one but that is not listed anymore: http://www.shiffman.net/2007/11/13/e-mail-processing/
Is this an easy thing to do? I figured it might be fairly useful and widespread.
Thank you for any tips or advice.
Answers
I found one way to do this!
I made a AppleScript that used Mail to send an E-Mail. I then exported this as an application. Then I used launch() to launch this script.
I made sure to quit Mail at the end of the script.
Script Start: http://apple.stackexchange.com/questions/125822/applescript-automate-mail-tasks
AppleScript///////////////
Launch Start: https://processing.org/reference/launch_.html
Processing////////////////