Releases: poshcodebear/PoshMailKit
v1.1.1
What's Changed
- 67 fix file lock bug on send by @poshcodebear in #70
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
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
What's Changed
- add unit tests by @poshcodebear in #24
- add delivery notification options by @poshcodebear in #25
- add support for ReplyTo by @poshcodebear in #26
- add support for ssl by @poshcodebear in #27
- support for credentialsauthentication by @poshcodebear in #29
- email address supports displayname by @poshcodebear in #31
- add parameter aliases by @poshcodebear in #35
- add support for $PSEmailServer by @poshcodebear in #36
- add support for pipeline parameters by @poshcodebear in #37
- add help files by @poshcodebear in #38
- bugfix network attachments by @poshcodebear in #40
- update readme with extra details by @poshcodebear in #41
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
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
- add encoding options by @poshcodebear in #9
- add unit tests by @poshcodebear in #24
- add delivery notification options by @poshcodebear in #25
- add support for ReplyTo by @poshcodebear in #26
- add support for ssl by @poshcodebear in #27
- support for credentialsauthentication by @poshcodebear in #29
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
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