Skip to content

Commit

Permalink
docs: removed references to email.js
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecastrosales committed Apr 16, 2024
1 parent 1e0a869 commit c863875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/docs/WANTTODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ First, Follow the [🤔 How to Use](./README.md#-how-to-use) steps.
## Contact Form

- Related to Contact Form:
- Create your account inside `emailjs` and make your changes.
- You can see [this video](https://www.youtube.com/watch?v=9HW3MZ_tsdo), to help you on practice.
- Check my api [here](https://github.com/felipecastrosales/site-api) and make your changes.
- You need configurate your AWS SES, and put your credentials inside the `.env` file.
- After that, configure AWS Lambda and API Gateway, and deploy your API.

## Firebase

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ I'm sure this will be one of the best examples of the Flutter Web project in a c
- All of them using [`mocktail`](https://pub.dev/packages/mocktail).
- Internationalization:
- With support to 3 languages: English, Portuguese and Spanish;
- Feature to send an email to the user using [`emailjs API`](https://www.emailjs.com/);
- Feature to send an email to the user using [`AWS SES`](https://aws.amazon.com/ses/), [`AWS Lambda`](https://aws.amazon.com/lambda/) and [`AWS API Gateway`](https://aws.amazon.com/api-gateway/);
- Settings:
- Firebase Hosting;
- Google Domains;
Expand Down

0 comments on commit c863875

Please sign in to comment.