Skip to content

Releases: poshcodebear/PoshMailKit

v1.1.1

29 Jun 19:12

Choose a tag to compare

What's Changed

It is available on the PowerShell Gallery here: https://www.powershellgallery.com/packages/PoshMailKit/1.1.1

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Apr 01:18
ca7816b

Choose a tag to compare

What's Changed

  • 60 relative path to attachment doesnt work on network shares by @poshcodebear in #62
  • 47 usessl should use something more secure than securesocketoptionsauto by @poshcodebear in #63
  • 58 deliverynotificationoption does not take multiple inputs by @poshcodebear in #64

It is available on the PowerShell Gallery here: https://www.powershellgallery.com/packages/PoshMailKit/1.1.0

Full Changelog: v1.0.0...v1.1.0

Blog post: https://www.poshcodebear.com/blog/2022/4/20/poshmailkit-release-version-110-published-to-gallery

v1.0.0

22 Mar 18:23
3b25c80

Choose a tag to compare

What's Changed

It is available on the PowerShell Gallery here: https://www.powershellgallery.com/packages/PoshMailKit/1.0.0

Full Changelog: v0.9.1-beta2...v1.0.0

Blog post: https://www.poshcodebear.com/blog/2022/4/20/poshmailkit-release-version-110-published-to-gallery

v0.9.2-beta

22 Mar 18:24

Choose a tag to compare

v0.9.2-beta Pre-release
Pre-release

Major refactoring and adding the remaining essential bits and pieces. Additionally, added unit tests.

Notable change: removed the Default parameter set, so it now just runs in Modern mode unless a Legacy parameter is used; the Legacy behavior can be forced by using the -Legacy switch.

What's Changed

It is available on the PowerShell Gallery here: https://www.powershellgallery.com/packages/PoshMailKit/0.9.2-beta

Full Changelog: v0.9.1-beta2...v0.9.2-beta

v0.9.1-beta2

16 Mar 21:30

Choose a tag to compare

v0.9.1-beta2 Pre-release
Pre-release

What's Changed

  • Added support for multiple recipients per recipient type
  • Added support for the following basic parameters:
    • Cc and Bcc
    • BodyAsHtml
    • Priority
    • Attachments
  • Added support for positional parameters
  • Added new parameter: InlineAttachments
    • These are useful for embedding files, such as images, into the email which can be referenced by an HTML body
    • This takes a hashtable of label (key field) = filename (value field)
    • Calling the files in HTML is with the format "cid:", for example, <img src="cid:logo" />
  • Added a module manifest and published to the PowerShell Gallery
  • PR: 0.9.0-beta1 by @poshcodebear in #17

It is available on the PowerShell Gallery here: https://www.powershellgallery.com/packages/PoshMailKit/0.9.1-beta2

Full Changelog: https://github.com/poshcodebear/PoshMailKit/commits/v0.9.1-beta2

Blog post: https://www.poshcodebear.com/blog/2022/3/14/poshmailkit-version-091-beta2-published-to-gallery