Emails are not currently being logged so they can't be easily monitored for moderation purposes.
This PR leverages the existing chat dump attached to the server monitor and pushes email strings into the same stack.
The email string consists of [Email], the sender name, receiver name, subject line in arrow braces <> followed by a newline, then every sanitized line of the message body.
Emails are not currently being logged so they can't be easily monitored for moderation purposes. This PR leverages the existing chat dump attached to the server monitor and pushes email strings into the same stack. The email string consists of [Email], the sender name, receiver name, subject line in arrow braces <> followed by a newline, then every sanitized line of the message body.