toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk
/
EmailSender
Email
Sender
interface
EmailSender
<
C
:
KlerkContext
,
V
>
Inheritors
PostmarkEmailService
Members
Properties
default
From
Address
Link copied to clipboard
abstract
val
defaultFromAddress
:
BasicEmail.EmailAndName
Functions
get
Send
Email
Command
Link copied to clipboard
abstract
fun
getSendEmailCommand
(
email
:
BasicEmail
)
:
Command
<
out
Any
,
out
Any
>
?
send
Email
Link copied to clipboard
abstract
suspend
fun
sendEmail
(
email
:
BasicEmail
,
context
:
C
)
:
Result
<
JobId
?
>