mirror of
https://github.com/bitwarden/server
synced 2026-01-03 00:53:37 +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`.