Quick test to find out whether you setup the SMTP server correctly.
Send-MailMessage -SMTPServer localhost -To example@example.com -From example@example.com -Subject "Test" -Body "Test"
Quick test to find out whether you setup the SMTP server correctly.
Send-MailMessage -SMTPServer localhost -To example@example.com -From example@example.com -Subject "Test" -Body "Test"