ReconArt.Email.Sender.Abstractions
2.2.0
Prefix Reserved
dotnet add package ReconArt.Email.Sender.Abstractions --version 2.2.0
NuGet\Install-Package ReconArt.Email.Sender.Abstractions -Version 2.2.0
<PackageReference Include="ReconArt.Email.Sender.Abstractions" Version="2.2.0" />
<PackageVersion Include="ReconArt.Email.Sender.Abstractions" Version="2.2.0" />
<PackageReference Include="ReconArt.Email.Sender.Abstractions" />
paket add ReconArt.Email.Sender.Abstractions --version 2.2.0
#r "nuget: ReconArt.Email.Sender.Abstractions, 2.2.0"
#:package ReconArt.Email.Sender.Abstractions@2.2.0
#addin nuget:?package=ReconArt.Email.Sender.Abstractions&version=2.2.0
#tool nuget:?package=ReconArt.Email.Sender.Abstractions&version=2.2.0
ReconArt.Email.Abstractions
This package contains the core abstractions for the ReconArt.Email.Sender package.
Contents
IEmailMessagefor creating email messages.IEmailAttachmentto attach embedded or regular files to emails.IEmailSenderServicefor the contract of the email sending service.IEmailSenderLivenessServiceto check the liveness of the email sending service.EmailFailureReasonto provide a reason for email sending failure.EmailSenderOptionsto configure the email sending service.EmailSenderLivenessOptionsto configure the email sending liveness service.EmailSenderLivenessSnapshotto represent a liveness snapshot of the email sending service.
Integration
These abstractions are designed to be implemented by email sending services. Use in conjunction with ReconArt.Email.Sender for a complete solution.
Extend these interfaces to customize email handling for your specific needs.
Contributing
If you'd like to contribute to the project, please reach out to the ReconArt/email-sdk team.
Support
If you encounter any issues or require assistance, please file an issue in the GitHub Issues section of the repository.
Authors and Acknowledgments
Developed by ReconArt, Inc..
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ReconArt.Email.Sender.Abstractions:
| Package | Downloads |
|---|---|
|
ReconArt.Email.Sender
Provides an implementation for sending emails using the SMTP protocol. |
GitHub repositories
This package is not used by any popular GitHub repositories.