老師第二種發送失敗原因,我已經找到
Mail::send('student.mail',['name'=>'lyj'],function?($message){
????$message->from('[email protected]','劉亞杰');
????$message->subject('測試郵件');
????$message->to('[email protected]');
});Mail::send('student.mail',['name'=>'lyj'],function?($message){
????$message->from('[email protected]','劉亞杰');
????$message->subject('測試郵件');
????$message->to('[email protected]');
});2019-03-10
舉報