mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Removed DocumentDB repositories and domain type dependencies for them. Moved account registration process to not require email address verification in preparation for client app registration process.
This commit is contained in:
@ -5,8 +5,6 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public interface IMailService
|
||||
{
|
||||
Task SendAlreadyRegisteredEmailAsync(string registrantEmailAddress);
|
||||
Task SendRegisterEmailAsync(string registrantEmailAddress, string token);
|
||||
Task SendWelcomeEmailAsync(User user);
|
||||
Task SendChangeEmailAlreadyExistsEmailAsync(string fromEmail, string toEmail);
|
||||
Task SendChangeEmailEmailAsync(string newEmailAddress, string token);
|
||||
|
Reference in New Issue
Block a user