Laravel PHP Artisan Tinker Test Email

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