I\'d like to send email from PowerShell, so I use this command:
$EmailFrom = \"customer@yahoo.com\" $EmailTo = \"receiver@ymail.com\" $Subject = \"today da
Sometimes you may need to set the EnableSsl to false (in this case the message will be sent unencrypted over the network)