Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.5 KB

File metadata and controls

53 lines (35 loc) · 2.5 KB

One Beyond

Nuget version Nuget downloads License Maintainability Test Coverage

Introduction

On Beyond Studio Email Providers is a set of .NET libraries that helps you to abstract send e-mail logic in your application. At this moment, we support the following types of e-mail providers:

Supported .NET version:

7.0

Installation

The library that contains IEmailSender abstraction:

dotnet new install OneBeyond.Studio.EmailProviders.Domain

Libraries that contain particular implementation of IEmailSender (depending on your needs):

dotnet new install OneBeyond.Studio.EmailProviders.Folder

dotnet new install OneBeyond.Studio.EmailProviders.SendGrid

dotnet new install OneBeyond.Studio.EmailProviders.Smtp

dotnet new install OneBeyond.Studio.EmailProviders.Graph

dotnet new install OneBeyond.Studio.EmailProviders.Office365

dotnet new install OneBeyond.Studio.EmailProviders.Exchange

Documentation

For more detailed documentation, please refer to our Wiki

Contributing

If you want to contribute, we are currently accepting PRs and/or proposals/discussions in the issue tracker.