mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
remove test bcc
This commit is contained in:
@ -202,7 +202,6 @@ namespace Bit.Core.Services
|
||||
|
||||
var message = await CreateMessageAsync("Your Subscription Will Renew Soon", email,
|
||||
"InvoiceUpcoming", model);
|
||||
message.BccEmails = new List<string> { "kyle@bitwarden.com" };
|
||||
await _mailDeliveryService.SendEmailAsync(message);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user