Customize the emails
Folder
#1681
Closed
kirkouimet
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
We actually already have a react-email/packages/react-email/src/cli/index.ts Lines 16 to 21 in 077360f |
Beta Was this translation helpful? Give feedback.
0 replies
-
@gabrielmfern thank you! This is so helpful. Do you think supporting multiple directories would be a potential feature to add in the future? I am having an issue with project organization and I would love to be able to point to 2+ folders to read in emails from. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Currently react-email uses the convention of the
emails
folder at the root directory for the web interface to show emails.Background
I would like to be able to configure which directory is used, allowing for more flexible folder structures for more complex projects.
Proposal
Perhaps as a configuration option in the command line call to run the email dev server, e.g.,
email dev -d "directory"
.Beta Was this translation helpful? Give feedback.
All reactions