Im attempting to send a user activation email upon registration. I have a simple laravel site with registration and authentication. Upon registration, there are no errors, a
I had this problem but I set configuration mail in .env file and I used this:
php artisan config:cache