Enviar teste de correio da Laravel

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