argument('destination'); Mail::raw('Text to e-mail', static function ($message) use ($destination) { $message->to($destination); }); } }