Skip to content
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

Closed
eneskaya opened this issue Jan 20, 2024 · 5 comments
Closed

Render email templates #187

eneskaya opened this issue Jan 20, 2024 · 5 comments

Comments

@eneskaya
Copy link
Contributor

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.

@CodeWithShreyans
Copy link
Contributor

@Shpigford @eneskaya I've worked with React Email before so I could work on this.

@rishi-raj-jain
Copy link

@Shpigford

Can I work on this? Wondering if you're doing a bounty on this one?

@Shpigford
Copy link
Member

@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.

@choeqq
Copy link
Contributor

choeqq commented Jan 28, 2024

@rishi-raj-jain @DestroyerXyz did you guys already started doing some work on this issue?

@CodeWithShreyans
Copy link
Contributor

I haven't @choeqq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants