BstEmailSender 10.0.17

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