BstEmailSender 10.0.13

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