typo in email command
This commit is contained in:
parent
d305faddab
commit
187618ecb4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue