Answers for "how to send mail and attachment using powershell"

1

how to send mail and attachment using powershell

$file = "C:\folder\file.csv"
$att = new-object Net.Mail.Attachment($file)
Posted by: Guest on November-09-2020

Code answers related to "how to send mail and attachment using powershell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language