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:
7.0
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
For more detailed documentation, please refer to our Wiki
If you want to contribute, we are currently accepting PRs and/or proposals/discussions in the issue tracker.