-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Render email templates #187
Comments
@Shpigford @eneskaya I've worked with React Email before so I could work on this. |
Can I work on this? Wondering if you're doing a bounty on this one? |
@rishi-raj-jain you're certainly welcome to! just open a Draft PR when you start https://github.com/maybe-finance/maybe/blob/main/CONTRIBUTING.md No bounty on this one. |
@rishi-raj-jain @DestroyerXyz did you guys already started doing some work on this issue? |
I haven't @choeqq |
Is your request related to a problem? Please describe.
Emails were sent using templates in Postmark, which ties the sending of emails to that specific provider.
Describe the solution you'd like
As discussed in #54, it would be better if the emails are actually rendered in the app, having them checked in to source control and ultimately make emails provider agnostic. Since this is a React codebase, we could leverage React Email to create the templates. The sending itself could still be done with Postmark for now, until further support for other providers or simply SMTP.
The text was updated successfully, but these errors were encountered: