adonisjs / mail

AdonisJS Email Provider
MIT License
106 stars 34 forks source link

How can I use the FakeMailProvider with View middleware #89

Closed mariosantosdev closed 5 months ago

mariosantosdev commented 1 year ago

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?

stale[bot] commented 8 months ago

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.