Skip to content

ReconArt/email-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email SDK

Collection of packages that enrich e-mail functionality.

Available Packages

Package Description
ReconArt.Email.Sender Core implementation for sending emails with SMTP connection pooling, retry logic, and comprehensive configuration options.
ReconArt.Email.Sender.Abstractions Interface definitions and models for the email sender functionality, allowing for loose coupling in your applications.
ReconArt.Email.Sender.Identity Extends support for ASP.NET Identity.

Getting Started

To use this SDK, install only the package you need for your scenario:

# For basic email sending functionality:
dotnet add package ReconArt.Email.Sender

# For identity integration:
dotnet add package ReconArt.Email.Sender.Identity

Each package has detailed documentation in its respective repository.

Features

  • Efficient SMTP connection pooling
  • Comprehensive retry policies with jitter
  • Support for email attachments and inline content
  • Whitelist filtering
  • Flexible address format handling options
  • Thread-safe implementation for high-volume scenarios

About

Collection of packages that enrich e-mail functionality for our ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages