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

Link do mailtrap provider library
->
https://github.com/railsware/mailtrap-php
Changing from
to
fix problem 🙂Yeah, the notifications are queued by default, so if you don't have the queue running locally, no notifications will be send.