Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ccalobeto committed Jan 18, 2025
1 parent 9f59e24 commit a010cc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a010cc0

Please sign in to comment.