1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

remove test bcc

This commit is contained in:
Kyle Spearrin
2018-07-20 23:44:21 -04:00
parent 4982797370
commit f7fb99a726

View File

@@ -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);
}