mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00: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`.