Closed zcourts closed 3 years ago
This is caused by this line - https://github.com/FriendsOfFlarum/pretty-mail/blob/a03ac37d9eb5fcb7975c6a17da421c4002032e3e/src/Mailer.php#L27
I don't know why we have this hard coded instead of using the app public path...
When we fix this we should also change https://github.com/FriendsOfFlarum/pretty-mail/blob/a03ac37d9eb5fcb7975c6a17da421c4002032e3e/src/Overrides/NotificationMailer.php#L46.
My fix assumes the issue was caused by an... unusual public folder path - either way, this should solve this issue and more. Let me know if the issue persists in fof/pretty-mail@1.0.1
.
Your assumption seemed to be correct. Verified it is resolved with 1.0.1
Bug Report
Current Behavior
Steps to Reproduce Install version 1.0.0 of the extension with version 1.0.0 of flarum
Expected Behavior The correct PHP args to be used
Environment