I've a global middleware of View, and I use this view as a template mail and it works correctly, but when I use Mail.fake()
the faker provider doesn't have the middleware inside the view. How can I use it together?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Package version
8.1.2
Node.js and npm version
16.14.0
Issue
I've a global middleware of View, and I use this view as a template mail and it works correctly, but when I use
Mail.fake()
the faker provider doesn't have the middleware inside the view. How can I use it together?