jeudi 24 août 2017

Multiple Email in Laravel Render View

How i can send two emails to same render view in laraval, i have this

     $tmp = View::make( $template_path,[
        'name' => $user->name,
        'email' => ($user->email, $email), <------- TWO EMAIL
        'email' => [$user->email, $email], <------- OTHER WAY   
        'phone' => $user->phone,
        'message' => $request->input("f_message"),
        'list_name' => $request->input("f_list_name"),
        'url_reclaim' => $url_reclaim
    ])->render();

Is this form correct or what is the way? regards.



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2xwmI8e
via IFTTT

Aucun commentaire:

Enregistrer un commentaire