Sending Email
I've setup my project with emails, recently I've used Mailtrap. Everything is okay. Now, I've changed my credentials with the actual one like the Mailgun. However, when I've tried sending email (Reset Password) I alway have an error of when in fact I've removed this configurations.
Please give some inputs.
4 Replies
Ran php artisan optimize:clear
Ran composer dumpautoload
Restarted my IDE
But no luck.
Can you share your .env for the mail setting, please don’t include the user or the password.
You might also need to setup mailpit in the mail.php config if it’s not smtp.
This is my .env
mailpit configurations were only found in these files. I just added it from mail.php
Thanks @awcodes