Closed jigarhalani closed 1 year ago
Hey there,
Unfortunately we don't support this version anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so, please open up a new issue and we'll help you out.
Thanks!
Laravel Version
9.31
PHP Version
8.1.12
Database Driver & Version
No response
Description
Hello,
I have situation where i need to send one email from different theme also from different resource path so I override Mailable class to TablerMailable class and changed theme and components like below.
in my one email I am extending this class object so that email go from the new email library. but for other old it should not change theme or anything.
but right now whenever my email go using this new TablerMailable class other email also getting messed up in that queue until I don't run php artisan view:clear something is getting cached which cause error in other email which extend directly laravel Mailable class
Steps To Reproduce