0
I’m using the class Mail
of Laravel
and send the e-mail via SMTP
right, but shows an error.
Errorexception
rmdir(/tmp/): Permission denied
I’ve already given the folder full permission tmp
of the root of Laravel
and in the folder storage
also, but continues the error.
has how to put the routine in the sending of the email? and also the error completely, and at what point it happens?
– novic
is not the folder
tmp
of the system?– Neuber Oliveira
@Neuberoliveira may be yes you saw!!! if the system is Linux maybe it is! but, there is something strange
– novic
I thought so too, but it’s strange the way you want to give a rmdir in the tmp folder of the system. This is happening both on the localhost and on the server. the error happens after sending this form http://soumaiswr.com.br/contact
– Thiago Lima
@Thiagolima, is there another place you can email and go quietly? actually it tries to delete the folder from the system, which actually has a file that it does not find in the code. Maybe it is
bug
has already tried to update Laravel?– novic