The Auth Features emails are not sent

Hello, I am using the Filament Authentication Feature and would like to send the corresponding emails. For example the password reset email or the verification email, but no matter what I try I can't get it to work. I don't get any error messages. Maybe someone could help me here, that would be very nice.
4 Replies
krekas
krekas3mo ago
If you don't get any errors maybe they are sent?
TheNastyPasty
TheNastyPasty3mo ago
No nothing in the logs
MAIL_MAILER=log
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME="${APP_NAME}"
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
MAIL_MAILER=log
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME="${APP_NAME}"
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
This is in my .env file I even get the message
We've resent the email.
We've resent the email.
emiel
emiel3mo ago
‘php artisan queue:work’ command is being used?
TheNastyPasty
TheNastyPasty3mo ago
Ah tank you so much its working now! 🙂
Want results from more Discord servers?
Add your server
More Posts