Worked with @Vaishali-Agarwal (thanks a ton) to get to the root of the issue. Issues seems in setting the values in .env file.
MAIL_DRIVER=smtp
#MAIL_MAILER=smtp --removed this line
MAIL_FROM_NAME=<OneWordNotSpace> -- I had it as "FName LName"
After this run "php artisan config:cache"
Above changes did the trick for me.