Frends.Exchange.SendEmail / 2.0.0
Summary
Sends mail as a mailbox in Microsoft 365 through Graph, with attachments and a plain-text or HTML body, using an application identity rather than SMTP credentials.
Typical use — notifications from a Process that should come from a real organisational mailbox; the SMTP Task is the choice for any other mail server
2.0.02026-09-04
Changed
- Target framework updated to .NET 8.
- Removed MimeKit library.
- Breaking Renamed
Options.ThrowExceptionOnFailuretoOptions.ThrowErrorOnFailure. - Breaking Updated failure handling behavior, including exception propagation, cancellation handling, and failure message formatting.
Added
- Added
Options.ErrorMessageOnFailureto allow overriding the error message shown on failure. - Added
Result.Errorproperty containing structured error details when the Task fails.
1.1.02024-08-22
Changed
- Updated the MimeKit and Azure.Identity libraries to their latest versions.
1.0.02023-11-29
Added
- Initial implementation