Use the following command to send a test email with powershell:
Send-MailMessage –From [email protected] –To [email protected] –Subject “Test Email” –Body “This is a test email” -SmtpServer smtpserver.fqdndomain.local
Use the following command to send a test email with powershell:
Send-MailMessage –From [email protected] –To [email protected] –Subject “Test Email” –Body “This is a test email” -SmtpServer smtpserver.fqdndomain.local