ITBees.Mailing

Handling communication with mail servers

Installation:

NuGet:
.NET CLI

The ITBees.Mailing library was designed to separate email communication into an easy-to-maintain module. 

By default, the library uses the Mailkit library to communicate with SMTP servers. 

An important consideration when developing software is setting up development, test, and production environments. 

When registering the library in your own dependency injection container, it’s a good idea to register two versions—depending on the environment in which the application is running, the following classes are available:

  1. EmailSendingService
  2. DevEnvironmentEmailSendingService