-
Notifications
You must be signed in to change notification settings - Fork 276
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
feat: add react email implementation #574
base: master
Are you sure you want to change the base?
Conversation
47c5c0e
to
f73e2bb
Compare
f73e2bb
to
2e97336
Compare
@@ -29,7 +29,7 @@ emails at the most optimal time for their users. | |||
|
|||
### Sending test emails | |||
|
|||
Sending test emails is made easy with the ability to send test emails directly from a Storybook to Mailcatcher service. | |||
Sending test emails is made easy with the ability to send test emails directly from a React.Email via Resend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built-in Resend works fine, but I haven't managed to send the image (logo).
"@sb/webapp-api-client": "workspace:*", | ||
"@sb/webapp-core": "workspace:*", | ||
"@sb/webapp-finances": "workspace:*", | ||
"juice": "^8.1.0" | ||
"juice": "^8.1.0", | ||
"react-email": "2.1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niticking: I'm thinking of moving react-email
to the devDependencies
, as it will be used only locally.
3298c40
to
446f538
Compare
446f538
to
b377549
Compare
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Add React.email implementation and remove styled-components.
After the merge this issue is redundant.
What is the current behavior?
Emails are styled by styled-components - issue
What is the new behavior?
Emails are styled by tailwind