mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 21:15:10 -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,
|
var message = await CreateMessageAsync("Your Subscription Will Renew Soon", email,
|
||||||
"InvoiceUpcoming", model);
|
"InvoiceUpcoming", model);
|
||||||
message.BccEmails = new List<string> { "kyle@bitwarden.com" };
|
|
||||||
await _mailDeliveryService.SendEmailAsync(message);
|
await _mailDeliveryService.SendEmailAsync(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user