PoshEmail

2.0.0

A PowerShell module for sending responsive HTML email.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoshEmail -RequiredVersion 2.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PoshEmail -Version 2.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2021 Nate Scherer. All rights reserved.

Package Details

Author(s)

  • Nate Scherer

Functions

Send-HtmlMailMessage

Dependencies

Release Notes

### Changed
- Message encoding now defaults to UTF-8
- Send-HtmlMailMessage now uses Mailozaurr module (which uses MailKit) to send email as Send-MailMessage is being deprecated

### Removed
- UseSsl parameter on Send-HtmlMailMessage, as Mailozaurr/MailKit automatically negotiates encryption
- LastLine parameter from Send-HtmlMailMessage, as it was superfluous with the Footer parameter
- Invoke-CommandWithEmailWrapper, as it was not cross-platform friendly

FileList

Version History

Version Downloads Last updated
2.0.1 1,146 5/5/2021
2.0.0 (current version) 25 4/30/2021
1.1.0 272 2/21/2019
0.1.0 62 11/7/2018