I'm using class Mail
of Laravel
and it sends the email via SMTP
right, but it shows an error.
ErrorException
rmdir(/tmp/): Permission denied
I have already given full permission to the tmp
folder of the root of Laravel
and the storage
folder as well, but the error continues.