Automatic register of mails and notifications #41
juankOrtiz
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This idea crossed my mind before. But I have not yet tried implementing it. Most mails and notifications require specific parameters. For example your mail might need a user model and maybe some other model. We can create a new instance and pass it ofcourse (just like dependency injection), but I don't think this will be enough in most real world cases. I worry if this is not implemented right it will make the experience with mailbook confusing and unpredictable. That being said I would certainly be open to suggestions or a PR that might solve this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe instead of manually adding the mails and notifications there could be a way of auto-registering. I'm thinking something like the following steps:
Beta Was this translation helpful? Give feedback.
All reactions