-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Priority: HighLook into this issue before picking up any new workLook into this issue before picking up any new workSemver: MajorHas breaking changesHas breaking changesType: BugThe issue has indentified a bugThe issue has indentified a bug
Description
Hi @thetutlage,
I found a problem while using Edge and plain/text mail.
I have this structure:
| - views
| --- emails
| ----- edge
| ------- welcome.edge
| ----- plain
| ------- welcome.text
This structure is not possible because when sending the mail I use it like this (as described in the documentation, with the .text prefix):
await Mails.send(['emails.edge.welcome', 'emails.plain.welcome.text'])The dot-notation folder use the .text as a new nested level.
I did it works with welcome-text.edge but this is not really beautiful...
I don't know if it is a bug or an expected behaviour...
What is you opinion on this?
Thanks! 🙂
Metadata
Metadata
Assignees
Labels
Priority: HighLook into this issue before picking up any new workLook into this issue before picking up any new workSemver: MajorHas breaking changesHas breaking changesType: BugThe issue has indentified a bugThe issue has indentified a bug