Download it from http://code.google.com/p/infoarch-scripts/downloads/list
The python script should work in Windows, Linux, Mac and doesn't need any other program/server, etc.
In the download package you'll find also a batch file to send scheduled mail from the Windows Task Manager (I had problems executing directly from Task Manager the python script with arguments).
Script history :
I tried to use the cygwin "email" program without installing a MTA, with no success, then I searched for a python solution and I found the page http://www.daniweb.com/software-development/python/code/380881/python-3-and-python-2-send-email-through-gmail, that inspired me to write this script.
Other solutions to send mail from command line (not tested) :
- blat (opensource, for windows) http://www.blat.net/
- mailsend standalone linux/win/osx program http://www.muquit.com/muquit/software/mailsend/mailsend.html
- using email program and cygwin http://emacsworld.blogspot.it/2012/01/sending-emails-with-attachments-from.html
- using email and cygwin, again http://teknowfile.blogspot.it/2012/01/monitoring-lenovo-thinkserver-with-help.html