Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29758

LARAVEL "mkdir(): No such file or directory" SEND MAIL

$
0
0

I'm trying to send email from laravel, but I keep geting this error:

mkdir(): No such file or directory

The code is:

Mail::send('resetpassword', ['data' => $user], function ($message) use ($user) {
  $message->to($user->email, $user->nome);
  $message->subject("alteração de senha");
});

Can anyone help?


Viewing all articles
Browse latest Browse all 29758

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>