MMedia.Deliverability.psd1
|
@{ RootModule = 'MMedia.Deliverability.psm1' ModuleVersion = '1.0.0' GUID = '6f3e8a2d-1c4b-4e7f-9d0a-3b8c5e2f1a6d' Author = 'Jeff Mutschler' CompanyName = 'M Media Software Lab' Copyright = '(c) M Media Software Lab. MIT License.' Description = 'Email deliverability diagnostics for any domain - SPF, DKIM, DMARC, MX, PTR, and blacklist sweep (41 lists).' PowerShellVersion = '5.1' FunctionsToExport = @( 'Invoke-DeliverabilityCheck', 'Invoke-DeliverabilityCheckFull', 'Get-SPFRecord', 'Get-DKIMRecord', 'Get-DMARCRecord', 'Get-MXRecord', 'Get-PTRRecord', 'Invoke-RBLCheck' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Email', 'Deliverability', 'SPF', 'DKIM', 'DMARC', 'DNS', 'Blacklist', 'RBL', 'emlcheck', 'MX', 'PTR') LicenseUri = 'https://github.com/mmediasoftwarelab/emlcheck-powershell/blob/main/LICENSE' ProjectUri = 'https://github.com/mmediasoftwarelab/emlcheck-powershell' ReleaseNotes = 'Initial release - SPF, DKIM, DMARC, MX, PTR, and blacklist sweep (41 lists).' } } } |