Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PoShMon
0.15.0
Functions/PoShMon.Notifications.Email.Repairs/New-EmailRepairFooter.ps1
Function
New-EmailRepairFooter
{
[
CmdletBinding
(
)
]
param
(
)
$emailSection
=
''
$emailSection
+=
'</body>'
return
$emailSection
;
}