Sending an Email with PowerShell
Tuesday, February 8th, 2011
I was working on some build automation scripts today adding email notification of the build results. Since our automation scripts use PowerShell this is what I would be using to send the email. This turned out to be really straight forward task using the SmtpClient Class.
