Mail::raw('hello world', function($message) { $message->subject('Testing email')->to('test@example.org'); });
php artisan tinker Mail::raw('Hello World!', function($msg) {$msg->to('myemail@gmail.com')->subject('Test Email'); });