BstEmailSender 10.0.8

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.9 1 20/03/2026
10.0.8 1 20/03/2026
10.0.7 12 11/03/2026
10.0.6 10 07/03/2026
10.0.5 5 10/02/2026
10.0.4 7 28/01/2026
10.0.3 9 22/01/2026
10.0.2 13 12/12/2025
10.0.1 17 11/11/2025
9.3.1 10 20/10/2025
9.3.0 9 20/10/2025
9.2.9 7 19/10/2025
9.2.8 8 19/10/2025
9.2.7 7 19/10/2025
9.2.6 9 15/10/2025
9.2.5 8 15/10/2025
9.2.4 8 15/10/2025
9.2.3 8 15/10/2025
9.2.1 9 08/10/2025
9.2.0 9 07/10/2025
9.1.9 11 24/09/2025
9.1.8 20 06/09/2025
9.1.7 24 15/07/2025
9.1.6 16 12/06/2025
9.1.5 46 19/05/2025
9.1.4 17 14/05/2025
9.1.3 14 06/05/2025
9.1.2 28 22/04/2025
9.1.1 19 09/04/2025
9.1.0 13 09/04/2025
9.0.9 18 04/04/2025
9.0.8 21 31/03/2025
9.0.7 18 30/03/2025
9.0.6 23 19/03/2025
9.0.5 13 19/03/2025
9.0.4 20 08/03/2025
9.0.3 16 08/03/2025
9.0.2 15 06/03/2025
9.0.1 13 05/03/2025