Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

148
Views
Nodemailer envelope

I Have strange problem with Nodemailer envelope, My need is to get duplicated email from contact form, one goes to people who fill form and second is myself.

My Code:

    const mailSend = {
        from: 'info@xxx',
        to: req.body.email, 
        subject: `New Message`,
        text: req.body.message,
        envelope: { 
               from: req.body.email, 
               to: 'info@xxx' 
               }

This way when im adding envelope mails are sending only from envelope, but original not, when im deleting envelope, then works as usual. So, to make it work, i just added bcc, but still im wondering what im doing wrong.

So, to make it work, i just added bcc, but still im wondering what im doing wrong. Correct way should be without bcc, but with envelope, but cant make that work.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!