If you come across this error in Laravel when using the Mailer fascade an email must have a "From" or a "Sender" header.
Place an email address next at MAIL_FROM_ADDRESS located in the .env file like below:
MAIL_FROM_ADDRESS=fromaddress@example.com