Han. I can live with that for the moment. But inde...
# help
b
Han. I can live with that for the moment. But indeed, it would be nice to have a log somewhere to retrieve the magic link 😉
w
Did you guys figure out how to mock external requests like smtp and sms stuff?
Just an FYI, I had to set up the a MailHog docker to use as a mocked SMTP server
Copy code
yml
  mail:
    image: mailhog/mailhog
    container_name: mailhog
    ports:
      - '1025:1025'
      - '8025:8025'