Nodemailer Issues

I have an issue with using nodemailer on render service.|

I have deployed the nodejs app and i want to send email on register route to the client email address. While this functionality works on the local machine, the behavior is different on the render server. I get the error: {
“error”: “Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details.”
}

I know the nodemailer function has been attempting to resend the email, after several trial it gave up.

Is there a fix to this error on the render service? I am sure the function i created works fine.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.