ReconArt.Email.Sender.Abstractions 1.0.0

Prefix Reserved
dotnet add package ReconArt.Email.Sender.Abstractions --version 1.0.0                
NuGet\Install-Package ReconArt.Email.Sender.Abstractions -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReconArt.Email.Sender.Abstractions" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReconArt.Email.Sender.Abstractions --version 1.0.0                
#r "nuget: ReconArt.Email.Sender.Abstractions, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ReconArt.Email.Sender.Abstractions as a Cake Addin
#addin nuget:?package=ReconArt.Email.Sender.Abstractions&version=1.0.0

// Install ReconArt.Email.Sender.Abstractions as a Cake Tool
#tool nuget:?package=ReconArt.Email.Sender.Abstractions&version=1.0.0                

ReconArt.Email.Abstractions

This package contains the core abstractions for the ReconArt.Email.Sender package.

Contents

  • IEmailMessage for creating email messages.
  • IEmailAttachment to attach embedded or regular files to emails.
  • IEmailSenderService for the contract of the email sending service.
  • IEmailSenderLivenessService to check the liveness of the email sending service.
  • EmailFailureReason to provide a reason for email sending failure.
  • EmailSenderOptions to configure the email sending service.
  • EmailSenderLivenessOptions to configure the email sending liveness service.
  • EmailSenderLivenessSnapshot to 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
1.0.0 48 11/19/2024