config('mail.from.name'), 'from_mail' => config('mail.from.address'), ]; return response()->json($mailConfig); } }