Mail::raw('hello world', function($message) { $message->subject('Testing email')->to('test@example.org'); });