< # .SYNOPSIS This script creates and sends an SMTP email message. .DESCRIPTION This script first creates a System.Net.Mail.Mailmessage, and populates it. Next, it creates an system.Net.Mail.SmtpClient, which then sends the message to the SMTP Server, and onwards transmission. This script
Read More...
Read the complete post at http://pshscripts.blogspot.com/2009/09/send-emailmessageps1.html
Posted
Sep 05 2009, 09:12 AM
by
PowerShell Scripts