1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 09:02:48 -05:00

handlebars template emails

This commit is contained in:
Kyle Spearrin
2018-08-03 23:04:47 -04:00
parent cb902bf670
commit b2e6b49b14
33 changed files with 859 additions and 53 deletions

View File

@ -66,7 +66,7 @@ namespace Bit.Core.Utilities
public static void AddDefaultServices(this IServiceCollection services, GlobalSettings globalSettings)
{
services.AddSingleton<IMailService, BackupMailService>();
services.AddSingleton<IMailService, HandlebarsMailService>();
services.AddSingleton<ILicensingService, LicensingService>();
services.AddSingleton<IApplicationCacheService, InMemoryApplicationCacheService>();