Jonathan Daley - 2021-12-24

I think the unexpected behavior comes from that the "user" who modified it is tied to a "contact" and then we call Contact->sendEmail() which grabs the first email address out of the contact, rather than from the users table.

Probably we should use the contact information from the users table, because it didn't work how I expected it either, and sent my wife an email, because she is the first address in the contact card.