email alert
Hello
I as wondering if anyone knew how to set up an email alert i have a timer that sends out a bang when i want it to but, need to set that bang to send out an email>
any help would be appreciated
also i am not very knowledgeable with codes html etc.
Thank you
download JavaBeans(TM) Activation Framework 1.0.2
and javamail
copy the jar's into:
max5/cycling '74/java/lib
create object [mxj net.mail.send]
check the helpfile
hth
If you're on a Mac you can do this with applescript and the [shell] external which can be found on the Cycling '74 share page.
Wonder if any of the Max/Jitter networking objects could be coaxed into doing this, with the right setup. For SMS too, that would be useful.
You can also do a message to Max:
;max launchbrowser mailto:your_recipient@domain.com?subject=hello&body=message
this will launch the default mail app. But probably you want it to do everything auto, so use the java/shell ideas here for that.
Hey guys,
I searched for [shell] external everywhere with no luck. I would really appreciate if someone would put a link here from where I could download it!
Thank you
A big thank you, Patrick!!