I have a problem in my code, but I don't understand the problem. The error given is:
But the recipient email ess I gave is: am.name@example.com
As you can see, the email address is formatted correctly, with no spaces.
Here is the code that is sending the email:
Mail::to($mail)
->send(new SendCotationEmail([$message, $NumOfCot, $client, $inco]));
return true;
