BstEmailSender 10.0.7

How to use

ApplicationDbContext: OnModelCreating:

builder.ConfigurePendingEmails();

Program.cs

services.AddEmailSender<ApplicationDbContext>(o => {
	o.IsDevelopment = !isProduction;
	o.SenderName = "EMAIL SENDER";
	o.Host = host;
	o.Ssl = true;
	o.Port = 25;
	o.Username = "1@t.com";
	o.Password = "PASSWORD";
	o.WwwRootPath = "c:\";
});

No packages depend on BstEmailSender.

.NET 10.0

Version Downloads Last updated
10.0.7 2 11/03/2026
10.0.6 8 07/03/2026
10.0.5 4 10/02/2026
10.0.4 6 28/01/2026
10.0.3 8 22/01/2026
10.0.2 12 12/12/2025
10.0.1 16 11/11/2025
9.3.1 9 20/10/2025
9.3.0 8 20/10/2025
9.2.9 6 19/10/2025
9.2.8 7 19/10/2025
9.2.7 6 19/10/2025
9.2.6 8 15/10/2025
9.2.5 7 15/10/2025
9.2.4 7 15/10/2025
9.2.3 7 15/10/2025
9.2.1 8 08/10/2025
9.2.0 8 07/10/2025
9.1.9 10 24/09/2025
9.1.8 19 06/09/2025
9.1.7 23 15/07/2025
9.1.6 15 12/06/2025
9.1.5 45 19/05/2025
9.1.4 16 14/05/2025
9.1.3 13 06/05/2025
9.1.2 27 22/04/2025
9.1.1 18 09/04/2025
9.1.0 12 09/04/2025
9.0.9 17 04/04/2025
9.0.8 20 31/03/2025
9.0.7 16 30/03/2025
9.0.6 20 19/03/2025
9.0.5 12 19/03/2025
9.0.4 19 08/03/2025
9.0.3 15 08/03/2025
9.0.2 14 06/03/2025
9.0.1 12 05/03/2025