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?
Solution:
I forgot about Laravel Queues, when this was enabled it all worked.
Jump to solution
2 Replies
Unsociable
Unsociable6mo ago
I also have a separate page else where for a password reset to test. This uses Password::sendResetLink method and works
Solution
Unsociable
Unsociable6mo ago
I forgot about Laravel Queues, when this was enabled it all worked.