munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
user-service
/
com.munchies.user.domain.port
/
Mailer
Mailer
interface
Mailer
Abstraction for sending notification emails from the user domain.
Inheritors
FakeMailer
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
send
Mail
Link copied to clipboard
abstract
fun
sendMail
(
destination
:
String
,
contents
:
String
)
:
Mailer.Companion.MailerResult