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

182
Views
Problem sending email through stmpjs and elastic mail

I am trying to send an email through my node JS application, and I have this script in one of my pages.

<script src="https://smtpjs.com/v3/smtp.js"></script>
<script>
    function sendEmail(){console.log(Email)
        Email.send({
            SecureToken:'#########',
            To: `mymail@gmail.com`,
            From: "info@example.com",
            Subject: "Hello world",
            Body: `Lorem ipsum dolor sit amet`
        }).then(response => {
            alert(response)
        });
    }
</script>
<button onclick="sendEmail()">Send email</button>

I get as response OK, but no email is being sent. Any idea what am I missing?

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!