typo in email command

This commit is contained in:
Tristan Smith 2024-09-21 21:46:07 -04:00
parent d305faddab
commit 187618ecb4
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ EOF
echo "Email Body: $EMAIL_BODY" >> /tmp/contact_form.log
# Send the email using msmtp
echo "$EMAIL_BODY" | msmtp info@willowmecreations.com
echo "$EMAIL_BODY" | msmtp info@willowmecreations.com, bethany@willowmecreations.com
# Response back to the browser
cat <<EOF