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

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

View file

@ -355,6 +355,7 @@ impl MtForm {
.unwrap(),
)
.to("Chris Cochrun <chris@tfcconnection.org>".parse().unwrap())
.to("Ethan Rose <ethan@tfcconnection.org>".parse().unwrap())
.subject(email_subject)
.multipart(multi)
{

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)
{

View file

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