SMTP Test Script with GUI
Here is a little script I worked up some time ago to test my SMTP relay. It brings up a GUI where you populate the required info, saves that for the next run, and sends out a test email. NOTE: The new version and all subsequent updates are at the PowerShell Gallery at https://www.powershellgallery.com <#============================================================================== File Name : SMTP_Relay_Test.ps1 Original Author : Kenneth C. Mazie (kcmjr AT kcmjr.com) : Description : This script will send an email to the selected user, : SMTP host, and SMTP port. : ...