SendMail Function for PowerShell
Posted by Johan Cyprich on 27 Jul 2010 | Tagged as: Programming
The SendMail function for PowerShell will send an e-mail through an SMTP server. I’m currently using it for backing up a web server to a virtual machine and sending a confirmation by e-mail on the status of the backup. Usage is very simple: SendMail Host From To Subject Message UserName Password The Host is [...]
Loading...