EmailSentEvent

data class EmailSentEvent(val subject: String, val body: String, val toAddress: String, val fromAddress: String)

Constructors

Link copied to clipboard
constructor(subject: String, body: String, toAddress: String, fromAddress: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard