Questions tagged as 'anexo'

0
answers

Take file path after upload? [closed]

I'm making an email application using VueJS and I'm in the attachments part, and I want to get the file path because it's just enough so I can send the attachment using nodemailer. Is there any method that I can pick up the path of the file t...
asked by 31.08.2017 / 22:47
1
answer

Doubt JavaMail - Attachments coming null

I have an application that downloads the attachments that are sent in a certain email and works perfectly. There was a need to do the same thing in another email. Both are gmail. However, when I read the inbox of the second email, all atta...
asked by 23.10.2018 / 02:47
1
answer

Send email after the upload is complete?

I have the following function for sending emails using the nodemailer and a HapiJS server: let data = request.payload; if (data.file) { let name = data.file.hapi.filename; let caminho = __dirname + "/uploads/" + name;...
asked by 01.09.2017 / 16:35
1
answer

Error in PHP form with attachment submission

I'm having trouble submitting PHP form with attachment. It gives me the error:    Parse error: syntax error, unexpected T_VARIABLE in domain.com.br \ daniel \ form \ FormKing \ envia.php on line 19 On line 19 is the code: $headers.= "$b...
asked by 13.11.2018 / 20:04
0
answers

Contact form 7 Do not send attachment

I'm having a problem submitting attachment with the contact form's plugin 7 wordpres, I'm using what the documentation asks for [file your-file limit: 2mb filetype: doc | docx | jpg | jpeg | pdf] I also set a temp folder define ('WPCF7_...
asked by 09.05.2018 / 16:38
1
answer

PHPMailer does not send attachment [duplicate]

I've already tried the answers here from Stack, I've done the same but it keeps going wrong. So I'd like you to take a look and maybe find something I can not see It is simply that the email sent by PHPMailer does not go with attachment....
asked by 18.11.2018 / 03:42