batch script to send email
You will need to use a third party tool such as blat (http://www.blat.net/). Then in your batch file, you would have a line like the following:
blat -to [email protected] -f [email protected] -subject "Email Subject" -body "Email body" -server mysmtphost