Kirim Uji Surat dari Laravel

Mail::raw('Hello World!', function($msg) {$msg->to('[email protected]')->subject('Test Email'); });
D3signa