Easiest way to send an Email from the command line, using windows 2003 R2

command-line-interfaceemailwindows-server-2003

I have a Windows 2003 R2 server and I want to send an email from the command line. This server does not have the SMTP service configured. Is there a one liner that will let me send an email? My specific use case at the moment is to send an email when a performance alert is triggered, but it would be useful in general.

I'm hoping for something like

foomail -t peter@example.org -f blah@example.org -m "Alert!  the sky is falling"

Update: I would much prefer a solution that does not involve installing 3rd party software.

Best Answer

I'd try blat. You could write a vbscript but there is no built in executable to send mail