Nodemailer Email Delivery Issue on Live Server

Nodemailer Email Delivery Issue on Live Server

Dear Zoho Support,

I'm encountering an issue with Nodemailer on my live server. While email delivery works flawlessly on my(localhost), it fails to send emails once deployed.
const nodemailer = require("nodemailer");

router.post("/register", (req, res) => {
  const { fname, lname, email, subject, msg } = req.body;

  try {
    let transporter = nodemailer.createTransport({
      host: "smtppro.zoho.in",
      port: 465,
      secure: true,
      auth: {
        user: "info@mydomain.com", // 
        pass: "myAppPassword",     //       },
    });

    const mailOptions = {
      from: "info@mydomain.com",
      cc: "info@mydomain.com",
      to: email,
      subject: "Website Form",
      html: `
        First Name : ${fname} <br>
        Last Name : ${lname} <br>
        Email : ${email} <br>
        Subject : ${subject} <br>
        Message : ${msg}
      `,
    };
router.js existing idvisahub.com
    transporter.sendMail(mailOptions, (error, info) => {
      if (error) {
        console.log("Error", error);
        res.status(401).json({ status: 401, error });
      } else {
        console.log("Email sent" + info.response);
        res.status(201).json({ status: 201, info });
      }
    });
  } catch (error) {
    res.status(401).json({ status: 401, error });
  }
});

Troubleshooting Steps Taken:

I've verified the email address and password used in the auth section of the transporter configuration match my Zoho account credentials.
Double-checked all firewall settings on the server to ensure they don't block outgoing traffic on port 465.
Tested the email sending functionality on the server using a tool like telnet and was able to connect to Zoho's SMTP server.



      • Sticky Posts

      • Zoho Mail POP & IMAP Server Details

        Hello all! We have been receiving a number of requests regarding the errors while configuring or using Zoho Mail account in POP/ IMAP clients. The server details vary based on your account type and the Datacenter in which your account is setup. Ensure
      • Important update on Group Management | Zoho Mail

        Dear Zoho Mail Community, This post is to inform you all of the following updates on the Group Management in Zoho Mail. Group Member Addition: If a group member is added to an organization group in a Zoho Application, the member will be automatically
      • Mastering email etiquette and best practices to follow in Zoho Mail

        Hello Zoho Mail Community, We’re thrilled to invite you all to our upcoming webinar: Mastering email etiquette and best practices to follow in Zoho Mail. Join our live webinar for expert etiquette tips to enhance your professionalism and elevate your
      • 📣 📣 ZUG Meetups India - Explore Hybrid Workspaces using Zoho Workplace - Meet and Learn! 🧑🏽‍💻🧑🏽‍💻

        We are excited to announce the User Community initiative to meet you all in person and help you explore the need of the hour - Hybrid Workspaces using Zoho Workplace. We aim to help you to setup your Digital Workplace effectively so that your employees
      • Announcing Zoho Mail - Inactive user Policy

        Dear Zoho Mail users, Thanks to all of you for your continuous support.  We have recently started implementing the Inactive User Policy, for Zoho Mail.  A user is considered as inactive, if the user has not logged in to the Zoho mail account for a period of more than 120 days. The login through POP, IMAP and Active Sync are all taken into account for tracking the period of inactivity.  Whoever received the communication need not panic, as we have just communicated our policy to all the users.  To