Questions tagged as 'email'

1
answer

How to send emails with PHP using port 587?

I need to do a database integration, where the customer makes the payment and the system takes this information as (customer email), transaction status (approved), (date of transaction) (date of approval ) and registers in the database. It then...
asked by 09.06.2018 / 12:22
1
answer

Sending emails with dynamic inputs

I'm using a code like this: link to add fields to my form. How would php be to submit forms in this way? Following is the current php code: <?php header("Content-type: text/html; charset=utf-8"); ?> <?PHP if ( isset( $_POST['...
asked by 12.03.2018 / 15:05
1
answer

Send JavaScript by email

I have a C # code that sends emails with HTML, so far, okay, the problem is that I can not send scripts (JS). Yes, I understand why, it must be security reasons. But do not have burlar or do otherwise? "No malicious intent." My code: us...
asked by 18.02.2018 / 17:45
1
answer

How to generate a PDF from a registration form and then attach the generated file and send it by e-mail?

I need to generate a PDF at the end of filling out a form and then attach it and send it via email. I need a light because I have no idea what tools to use! Thank you very much for your attention.     
asked by 29.01.2018 / 16:57
1
answer

composition and validation

Personal I have a struct called Contact with variables std :: string and a ready class of mail validation using regex. I am creating a program and do not need to create another validation function for this contact class I made the include of...
asked by 24.12.2017 / 16:24
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

Compare two object arrays?

I need to compare 2 arrays in Javascript, one that returns from one MongoDB query and the other comes from the email provider. The two comparison criteria are the email ID and the box to which it belongs, and the email will be discarded if th...
asked by 05.09.2017 / 19:08
1
answer

Use stream on NodeJS?

I am doing an email application (HapiJS) and am looking for them through node-imap and parsing through of Mailparser , and for Mailparser to parse, email must be in the form of Stream, Buffer, or String. / p> How can I create a Stream in me...
asked by 28.08.2017 / 16:38
1
answer

E-mail Scheduling System

I have the following problem: A user performs a test X step, when he clicks to get the first result, he must create 9 e-mail messages to be sent to the logo of 3 days, morning (7:00), afternoon (13: 00) and the night (21:00). The question is...
asked by 31.05.2017 / 20:25
1
answer

Email with JavaMail copy

I have a system that sends email, it works normally, I want to insert a field to send copy of the email, a CC or CCo. here's a snippet of my code below. Entity private String destino; private String titulo; private String mensagem; M...
asked by 16.05.2017 / 13:07