all emails got to ethan too

This commit is contained in:
Chris Cochrun 2024-12-19 12:18:30 -06:00
parent 2951571d5a
commit 95093fce3d
4 changed files with 4 additions and 0 deletions

View file

@ -168,6 +168,7 @@ impl MtParentForm {
.unwrap(),
)
.to("Chris Cochrun <chris@tfcconnection.org>".parse().unwrap())
.to("Ethan Rose <ethan@tfcconnection.org>".parse().unwrap())
.subject(email_subject)
.singlepart(email)
{