janikvonrotz / awesome-powershell

A curated list of delightful PowerShell modules and resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Its not an issue but need help in sending outlook mail using powershell script

vishnuprakash9845 opened this issue · comments

I am an automation engineer

I have have automated few test cases and getting the test results. This test results I wanted to forward to team using outlook using powershell. I tried many ways to do it, but not working.

I want an powershell script to send outlook mail to people who I configure.

Can anyone please help me out in this.

Use Send-MailMessage to send mails with PowerShell