Quick test to find out whether you setup the SMTP server correctly.
Send-MailMessage -SMTPServer localhost -To [email protected] -From [email protected] -Subject "Test" -Body "Test"
Quick test to find out whether you setup the SMTP server correctly.
Send-MailMessage -SMTPServer localhost -To [email protected] -From [email protected] -Subject "Test" -Body "Test"