mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
org name for mail url
This commit is contained in:
@ -100,6 +100,7 @@ namespace Bit.Core.Services
|
||||
message.AddSubstitution("{{organizationUserId}}", orgUser.Id.ToString());
|
||||
message.AddSubstitution("{{token}}", token);
|
||||
message.AddSubstitution("{{email}}", WebUtility.UrlEncode(orgUser.Email));
|
||||
message.AddSubstitution("{{organizationNameUrlEncoded}}", WebUtility.UrlEncode(organizationName));
|
||||
message.AddCategories(new List<string> { AdministrativeCategoryName, "Organization Invite" });
|
||||
|
||||
await _client.SendEmailAsync(message);
|
||||
|
Reference in New Issue
Block a user