Mailer

interface Mailer

Abstraction for sending notification emails from the user domain.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun sendMail(destination: String, contents: String): Mailer.Companion.MailerResult