diff --git a/README.md b/README.md index a3e20f4dbf..ff783583f7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - 🔒 Secure password hashing by default. - 🔑 JWT (JSON Web Token) authentication. - 📫 Email-based password recovery. +- ✉️ [React Email](https://react.email) for email templates. - 📬 [Mailpit](https://mailpit.axllent.org) for local email testing during development. - ✅ Tests with [Pytest](https://pytest.org). - 🏭 CI (continuous integration) and CD (continuous deployment) based on GitHub Actions. @@ -42,6 +43,14 @@ ![Dark mode dashboard screenshot](img/dashboard-dark.png) +### React Email Templates + +![Email templates screenshot](img/react-email.png) + +### Mailpit - Local Email Testing + +![Mailpit screenshot](img/mailpit.png) + ### Interactive API Documentation ![API docs](img/docs.png) diff --git a/img/mailpit.png b/img/mailpit.png new file mode 100644 index 0000000000..35177c6204 Binary files /dev/null and b/img/mailpit.png differ diff --git a/img/react-email.png b/img/react-email.png new file mode 100644 index 0000000000..1aa7c200b8 Binary files /dev/null and b/img/react-email.png differ