mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
This implements a new Mailer service which supersedes the `HandlebarsMailService`. It allows teams to create emails without having to extend a generic service. The `IMailer` only contains a single method, `SendEmail`, which sends an instance of `BaseMail`.