I need a tiny Windows script to send a 1 line email to Gmail accounts. I have tried many utilities that claim to do this such as BLAT, but none work. The script will be exec
In Linux (I'm not sure what environment you're on) you can use mail:
mail
some_command| mail foo@gmail.com bar@gmail.com -s "subject"