< # .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 ...