1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Update new user and trial initiation email content (#4571)

* Update new user and trial initiation email content

* Adjust spacing

* Update style and text

* Update to `{{{`
This commit is contained in:
Mark Youssef
2024-08-08 12:48:44 -07:00
committed by GitHub
parent e2110da4a7
commit 2011e39e0b
5 changed files with 321 additions and 163 deletions

View File

@ -297,7 +297,7 @@ public class HandlebarsMailService : IMailService
public async Task SendTrialInitiationEmailAsync(string userEmail)
{
var message = CreateDefaultMessage("Welcome to Bitwarden!", userEmail);
var message = CreateDefaultMessage("Welcome to Bitwarden; 3 steps to get started!", userEmail);
var model = new BaseMailModel
{
WebVaultUrl = _globalSettings.BaseServiceUri.VaultWithHashAndSecretManagerProduct,