1
0
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:
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);
}