Send-FileViaEmail.psd1

@{
    RootModule = 'Send-FileViaEmail.psm1'
    ModuleVersion = '2.0.0.0'
    GUID = 'b67efb54-53ba-4f68-8ca3-45c367667a41'
    Author = 'Roy Ashbrook'
    CompanyName = 'ashbrook.io'
    Copyright = '(c) 2021 royashbrook. All rights reserved.'
    Description = 'Sends a file via email. Pass in file path and mail config.'
    FunctionsToExport = 'Send-FileViaEmail'
    AliasesToExport = @()
    CmdletsToExport = @()
    VariablesToExport = @()
}