You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to send multiple emails using Nodemailer, the first email sends successfully, but subsequent attempts result in the following error:
read ECONNRESET
write ECONNRESET
I am encountering this issue consistently when sending multiple emails in a batch. Could you please provide a solution or guidance on how to resolve this problem?
The text was updated successfully, but these errors were encountered:
This is most likely due to the overload of the SMTP server you are connecting to. It may be essential to use a delay between sends so you don't get a rejection from the server.
I myself developed a package that covers batch mailing, with delay and configurable size, in case you are interested.
When I attempt to send multiple emails using Nodemailer, the first email sends successfully, but subsequent attempts result in the following error:
read ECONNRESET
write ECONNRESET
I am encountering this issue consistently when sending multiple emails in a batch. Could you please provide a solution or guidance on how to resolve this problem?
The text was updated successfully, but these errors were encountered: