Process

class Process(mail: <ERROR CLASS><Mail>)

Processes a mail. This is the actual send that connects to the SMTP server and sends the mail.

This action is not node-safe. It is intended to be called from a job scheduler.

Parameters

mail

Id of the mail to send.

Constructors

Process
Link copied to clipboard
common
fun Process(mail: <ERROR CLASS><Mail>)
Id of the mail to send.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

execute
Link copied to clipboard
common
open suspend fun execute(executor: <ERROR CLASS>?, callConfig: <ERROR CLASS>?): <ERROR CLASS>

Properties

mail
Link copied to clipboard
common
var mail: <ERROR CLASS><Mail>
Id of the mail to send.