BstEmailSender 10.0.18

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