mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
License expiration email for self-hosted org/premium accounts
This commit is contained in:
@@ -25,6 +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 SendNewDeviceLoggedInEmail(string email, string deviceType, DateTime timestamp, string ip);
|
||||
Task SendRecoverTwoFactorEmail(string email, DateTime timestamp, string ip);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user