SyntaxFix
Write A Post
Hire A Developer
Questions
The only solution worked for me is changing the following code
Mail::send('emails.activation', $data, function($message){ $message->from(env('MAIL_USERNAME'),'Test'); $message->to($email)->subject($subject); });