-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resend + React Email integration #14
Comments
can you add more details, about how would you like to have React Email, and Resend I can work on it |
@Mahmoudgalalz thanks for the heads up, I have now added more information about this. |
Cool, I will define a template to use and make integration with it for nextjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a requirement for more authentication method (for example email + verification codes authentication) orbitkit needs to have some way of sending emails, Resend and it's library, react email, seems like the best option here.
We probably should have a
packages/emails
that will configure resend and export the resend instance to be used in apps as well as the email templates using react email. The package should be internal as that it will be used in the web application and we can utilise transpileModules in next.config.js to avoid the build step.Steps to work:
packages/core
into new directorypackages/emails
@orbitkit/emails
to list of transpileModules in next.config.js file inapps/web
The text was updated successfully, but these errors were encountered: