Functions/PoShMon.Notifications.Email.Repairs/New-EmailRepairFooter.ps1

Function New-EmailRepairFooter
{
    [CmdletBinding()]
    param(
    )

    $emailSection = ''

    $emailSection += '</body>'

    return $emailSection;
}