Merged
Conversation
- Introduced a new `@workspace/email-templates` package containing email templates for user interactions, specifically for password reset and signup processes. - Implemented `PasswordForgotEmail` and `SignupEmail` components, each with corresponding tests to ensure correct rendering and functionality. - Added TypeScript configuration and Vitest setup for testing, along with README documentation for usage instructions. - Updated `pnpm-lock.yaml` to include new dependencies and ensure compatibility with React and related libraries.
- Introduced the `@workspace/email-send` package for rendering and delivering email templates using React Email. - Implemented a type-safe API for sending emails, supporting both SMTP and Resend transports. - Added comprehensive tests for email sending functionality and transport integrations. - Updated `pnpm-lock.yaml` to include new dependencies for email handling. - Enhanced documentation to cover email template creation and sending processes, ensuring clarity for developers. Co-authored-by: Nico Prananta <311343+nicnocquee@users.noreply.github.com>
- Added `inbucket` service to `docker-compose.yml` for local email testing, exposing ports for web interface and SMTP/POP3 servers. - Updated `pnpm-lock.yaml` and `package.json` to include the new `@workspace/email-send` package for email functionality. - Enhanced documentation in `email.mdx` to guide developers on testing the email system during development, including setup instructions and code examples for using the email sender. Co-authored-by: Nico Prananta <311343+nicnocquee@users.noreply.github.com>
- Added "db:generate" as a dependency to the "generate" task in turbo.json to ensure database generation occurs before task execution. - Updated the import path in next-env.d.ts to reference the correct location for route types, aligning with the new project structure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for sending emails:
packages/email-sendpackage.