Skip to content

Commit 2da43f2

Browse files
Fix: Reporting outlook button sendto email standard (KelvinTegelaar#1930)
2 parents f26d398 + 8c542e8 commit 2da43f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardUserSubmissions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ function Invoke-CIPPStandardUserSubmissions {
252252
} else {
253253
@{
254254
State = 'Enabled'
255-
SentTo = @($Email)
255+
SentTo = $Email
256256
}
257257
}
258258
}

0 commit comments

Comments
 (0)