BstEmailSender 10.0.19

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.19 23 18/07/2026
10.0.18 67 14/06/2026
10.0.17 29 05/06/2026
10.0.16 40 17/05/2026
10.0.15 19 08/05/2026
10.0.14 22 03/05/2026
10.0.13 23 23/04/2026
10.0.12 22 16/04/2026
10.0.11 32 06/04/2026
10.0.10 30 28/03/2026
10.0.9 21 20/03/2026
10.0.8 22 20/03/2026
10.0.7 33 11/03/2026
10.0.6 31 07/03/2026
10.0.5 23 10/02/2026
10.0.4 24 28/01/2026
10.0.3 30 22/01/2026
10.0.2 37 12/12/2025
10.0.1 37 11/11/2025
9.3.1 34 20/10/2025
9.3.0 31 20/10/2025
9.2.9 31 19/10/2025
9.2.8 29 19/10/2025
9.2.7 29 19/10/2025
9.2.6 33 15/10/2025
9.2.5 30 15/10/2025
9.2.4 32 15/10/2025
9.2.3 30 15/10/2025
9.2.1 33 08/10/2025
9.2.0 27 07/10/2025
9.1.9 33 24/09/2025
9.1.8 41 06/09/2025
9.1.7 43 15/07/2025
9.1.6 35 12/06/2025
9.1.5 68 19/05/2025
9.1.4 34 14/05/2025
9.1.3 32 06/05/2025
9.1.2 47 22/04/2025
9.1.1 36 09/04/2025
9.1.0 32 09/04/2025
9.0.9 36 04/04/2025
9.0.8 40 31/03/2025
9.0.7 39 30/03/2025
9.0.6 41 19/03/2025
9.0.5 32 19/03/2025
9.0.4 38 08/03/2025
9.0.3 32 08/03/2025
9.0.2 31 06/03/2025
9.0.1 30 05/03/2025