mirror of
https://github.com/bitwarden/server.git
synced 2026-04-28 09:11:06 -05: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`.