Monday, September 10, 2007

Sending e-mail from VBS to remote SMTP server

I have a number of scripts that I use to automate tasks on my servers and then email the results of the task to me. I'm modifying all of these scripts to authenticate against the remote SMTP server. I found this page as a good guide to sending SMTP messages from Visual Basic Script (VBS) using a remote mail server.