Email Transport
How can I setup filament registration and password resets to use my custom transport? The transport is working for generating errors and is defined as my apps mail transport but when using filament I don't seem to hit breakpoints and its not sending anything?
2 Replies
I also have a separate page else where for a password reset to test. This uses Password::sendResetLink method and works
Solution
I forgot about Laravel Queues, when this was enabled it all worked.