I have a site that the form has to be authenticated, I'm using the phpmailer library, so far so good I have, however this form has a photo that must be sent along and I can not get this image to arrive in the box input.
I used several examples that ni on the internet, like this $mail->addAttachment($_FILES['arquivo']);
but did not work: /