I'm trying to figure out a way to get hazel to send me an email when a folder receives a new file. I created a shell script that works fine on its own, but doesn't seem to work with Hazel.
Here's what I have:
date | mail -s NewFileReceived mail@gmail.com
Any thoughts on this?