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

@ -37,7 +37,7 @@
<h2>Greetings, fellow yarn enthusiasts!</h2>
<p>We're excited to share some delightful updates from the sunny world of WillowMeCreations.</p>
<h3>Website updates</h3>
<h3>Website updates </h3>
<p>Realistically Bethany is only one person and I'm only one person making this website. I've gone through and updated backend parts of it to work more efficently without changing much on the frontend side...yet</p>
<p>I moved the website from its previous host to my new, self-hosted approach which allows me to have a more dynamic approach to this site. That said, the contact form now works properly and emails will be received.</p>
<p>All code for this site is licensed under the GPL and can be viewed <a href="https://git.monotreme.org/tristan/willowmecreationsV2/">here</a>.</p>

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