Mailtrap provider issue

Good day, I have added a library to send emails after mailtrap api, while it does not work to send emails for example to reset the password. A message pops up that the email was sent, but it does not reach the mailbox. Sending mails through the mail:to()->send() facade works fine.
3 Replies
__Dementor
__DementorOP3mo ago
No description
__Dementor
__DementorOP3mo ago
Link do mailtrap provider library -> https://github.com/railsware/mailtrap-php Changing from
QUEUE_CONNECTION=database
QUEUE_CONNECTION=database
to
QUEUE_CONNECTION=sync
QUEUE_CONNECTION=sync
fix problem 🙂
Dennis Koch
Dennis Koch3mo ago
Yeah, the notifications are queued by default, so if you don't have the queue running locally, no notifications will be send.

Did you find this page helpful?