I\'d like to send email from PowerShell, so I use this command:
$EmailFrom = \"customer@yahoo.com\" $EmailTo = \"receiver@ymail.com\" $Subject = \"today da
I use this:
Send-MailMessage -To hi@abc.com -from hi2@abc.com -Subject 'hi' -SmtpServer 10.1.1.1