ModEventEmail

data class ModEventEmail(val subjectLine: String, val content: String? = null, val comment: String? = null)

Keep a log of outgoing email to a user

Constructors

Link copied to clipboard
constructor(subjectLine: String, content: String? = null, comment: String? = null)

Properties

Link copied to clipboard
val comment: String? = null

Additional comment about the outgoing comm.

Link copied to clipboard
val content: String? = null

The content of the email sent to the user.

Link copied to clipboard

The subject line of the email sent to the user.