From 187618ecb4c2e589ea3b5442e3be2549b02eb4bf Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sat, 21 Sep 2024 21:46:07 -0400 Subject: [PATCH] typo in email command --- news.html | 2 +- scripts/contact.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/news.html b/news.html index 1b1fb38..8acf3a5 100644 --- a/news.html +++ b/news.html @@ -37,7 +37,7 @@

Greetings, fellow yarn enthusiasts!

We're excited to share some delightful updates from the sunny world of WillowMeCreations.

-

Website updates

+

Website updates

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

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.

All code for this site is licensed under the GPL and can be viewed here.

diff --git a/scripts/contact.cgi b/scripts/contact.cgi index 4a4a681..6fe6c73 100644 --- a/scripts/contact.cgi +++ b/scripts/contact.cgi @@ -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 <