From a010cc00f046587fdd7b1f43f5d508e267b178b7 Mon Sep 17 00:00:00 2001 From: ccalobeto Date: Fri, 17 Jan 2025 21:39:58 -0500 Subject: [PATCH] add readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f01e094..38a6634 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Project -This project use super forms to send an email for contact +This project use shadcn superforms and nodemailer to send emails. -## Steps +## What i've done - Build the form using superforms and shadcn-svelte. -- Create a helper function to send emails. -- Catch the fields of the form and pass them to the helper function. -- Use secrets for best practices +- Use nodemailer to send emails. +- The form interacts with the server and is not working in github pages because of static sites. +- I still can't send mails with nodemailer and gmail.