Selam ben laravel sail ile proje başlattım ve breeze email doğrulaması mesaj yolladı fakat mailpite girdiğimde mesaj gözükmüyor.
MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
mailpit:
image: "axllent/mailpit:latest"
ports:
- '${FORWARD_MAILPIT_PORT:-1025}:1025'
- '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
networks:
- sail
http://localhost:8025/
açtığımda
https://prnt.sc/hRUupBY2DKfA
böyle geliyor
http://localhost:1025/
açtığımda ise
https://prnt.sc/qIYYg5d7YkDA
böyle geliyor