Sending attachment in laravel mail
问题 everyone. I am trying to send email with attachment on it. What I have done is : controller code snippet: try{ Mail::send(['name' => 'By System'],array(), function($msg) use ($email,$name,$message,$attachment,$ext,$display) { $msg->from('ricket999@gmail.com', 'Markle Admin'); $msg->to($email)->subject('Payment Done') ->setBody('This is to notify you that the employee named '.$name.' has been paid for the monthly payment. Thank You.','text/html') ->attach(public_path().'/'.$attachment, ['as' =