From 99aff941ddfee999430fb1390c8b60d026b6730f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 25 Apr 2024 11:28:39 -0500 Subject: [PATCH] adding ethan to emails --- src/main.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.lisp b/src/main.lisp index 182caef..fc9522a 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -293,7 +293,7 @@ with the image attached" (not (cl-smtp:send-email "mail.tfcconnection.org" "no-reply@mail.tfcconnection.org" - '("chris@tfcconnection.org" "chris@cochrun.xyz") + '("chris@tfcconnection.org" "ethan@tfcconnection.org") (format nil "~a ~a filled out a Camp Form!" first-name last-name) (format nil "Camp Form for ~a ~a" first-name last-name) :display-name "TFC ADMIN" @@ -335,7 +335,7 @@ with the image attached" (not (cl-smtp:send-email "mail.tfcconnection.org" "no-reply@mail.tfcconnection.org" - '("chris@tfcconnection.org" "chris@cochrun.xyz") + '("chris@tfcconnection.org" "ethan@tfcconnection.org") (format nil "~a ~a filled out a Health Form!" first-name last-name) (format nil "Health Form for ~a ~a" first-name last-name) :display-name "TFC ADMIN"