mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
additional formatting & inclusion of org name
This commit is contained in:
@ -25,7 +25,7 @@ namespace Bit.Core.Services
|
||||
bool mentionInvoices);
|
||||
Task SendPaymentFailedAsync(string email, decimal amount, bool mentionInvoices);
|
||||
Task SendAddedCreditAsync(string email, decimal amount);
|
||||
Task SendLicenseExpiredAsync(IEnumerable<string> emails, bool isOrganization);
|
||||
Task SendLicenseExpiredAsync(IEnumerable<string> emails, string organizationName = null);
|
||||
Task SendNewDeviceLoggedInEmail(string email, string deviceType, DateTime timestamp, string ip);
|
||||
Task SendRecoverTwoFactorEmail(string email, DateTime timestamp, string ip);
|
||||
}
|
||||
|
Reference in New Issue
Block a user