PoshEmail

1.1.0

PoshEmail is a PowerShell module designed to provide useful email tasks, including the following:

- Easy sending of responsive HTML emails via Send-HtmlMailMessage
- Wrapping of commands and scripts to provide email alerts when they start/finish, via Invoke-CommandWithEmailWrapper

Installation Options

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

Install-Module -Name PoshEmail -RequiredVersion 1.1.0

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

Install-PSResource -Name PoshEmail -Version 1.1.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) 2018 Nate Scherer. All rights reserved.

Package Details

Author(s)

  • Nate Scherer

Functions

Send-HtmlMailMessage Invoke-CommandWithEmailWrapper

Dependencies

This module has no dependencies.

Release Notes

### Added
- Unstyled table/th/td tags included in Send-HtmlMailMessage are now formatted

### Changed
- LastLine property on Send-HtmlMailMessage no longer set by default

### Fixed
- Version numbers now match between GitHub and PowerShell Gallery releases

FileList

  • PoshEmail.nuspec
  • CHANGELOG.html
  • PoshEmail.psd1
  • PoshEmail.psm1
  • README.html
  • docs\Invoke-CommandWithEmailWrapper.html
  • docs\Send-HtmlMailMessage.html

Version History

Version Downloads Last updated
2.0.1 788 5/5/2021
2.0.0 24 4/30/2021
1.1.0 (current version) 271 2/21/2019
0.1.0 61 11/7/2018