How does sending emails from the development preview server work? #1956
-
I noticed you can send emails from the I wanted some more information on this but couldn't find any in docs. How are the emails sent? Is a free API key for resend included in the package? Are there any limits to the amount of emails sent using it? How does it all work from inside the library? Thank you in advance for the explanation. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Bump! |
Beta Was this translation helpful? Give feedback.
-
Second bump. |
Beta Was this translation helpful? Give feedback.
-
We host an API for this ourselves and call it here react-email/packages/preview-server/src/components/send.tsx Lines 17 to 26 in ed2f46a the code for that endpoint is react-email/apps/web/src/app/api/send/test/route.ts Lines 17 to 19 in d4d9efd |
Beta Was this translation helpful? Give feedback.
We host an API for this ourselves and call it here
react-email/packages/preview-server/src/components/send.tsx
Lines 17 to 26 in ed2f46a
the code for that endpoint is
react-email/apps/web/src/app/api/send/test/route.ts
Lines 17 to 19 in d4d9efd