mirror of
https://github.com/bitwarden/server.git
synced 2025-04-09 23:28:12 -05:00
remove test bcc
This commit is contained in:
parent
4982797370
commit
f7fb99a726
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user