Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

email with attachment powershell

$
0
0
This code runs successfully but does not send an email.Any help is appreciated.

Add-PSSnapin Microsoft.Exchange.Management.Powershell.Admin -erroraction silentlyContinue
function sendmail_withAttachment {
Param (

#[Parameter(Mand

Viewing all articles
Browse latest Browse all 467

Trending Articles