Mod Event Email
data class ModEventEmail(val subjectLine: String, val content: String? = null, val comment: String? = null)
Keep a log of outgoing email to a user
Parameters
subject Line
The subject line of the email sent to the user.
content
The content of the email sent to the user.
comment
Additional comment about the outgoing comm.