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

236
Views
is there any one to tell how to fix the smtp.js "parameter address can not be an empty string parameter name: Address" error?

I know this que is already asked but it not solve my problem. please tell me what is the problem here why it gives me an error called parameter address can not be an empty string parameter name: Address" please check my code and tell me whats wrong

msg.addEventListener("submit", function (e) {
    e.preventDefault();
    console.log(sendEmail());
    return false;
})
function sendEmail() {
    Email.send({
        Host: "smtp.elasticemail.com",
        Username: "nikhilmasurkar19@gmail.com",
        Password: "fdsfsfsfed",
        To: "nikhilmasurkar@gmail.com",
        From: document.getElementById("email").value,
        // Subject:"jfsjfsojfsfjsfisod",
        // Body:"ijfsjsojdfosdfosjfo",
        Subject: document.querySelector("#subMsg").value,
        Body: "Name:- " + ` " ` + (document.getElementById("name").value) + ` " <br>` + "Massage:- " + (document.getElementById("Bodymsg").value),
    }).then(
        message => alert(message)
    );
}
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!