Skip to main content
September 12, 2024
Question

Send E-Mail failed to send mail

  • September 12, 2024
  • 3 replies
  • 0 views

Hi,

I have a requirement to send about 1000 mails based on number of records updated. I am trying to send using MNI. I tested for 600 records at once and most of the process breaks and got error alters. I reduced the batch size to 150 then it works fine. But if the data is about 200 then the process starts to break. 

The error is Failed to send email.

Is there any limit to send mail.

Is there any other way to send mail efficiently.

Please let me know.

Thanks

3 replies

kumara0180
September 12, 2024

Can you share the error message?

September 12, 2024

The error is Failed to send email. This is the only error

kumara0180
September 12, 2024

two things which I can suggest 

1) Check in stdout logs if there is any more info to help us understand the problem

2) Instead of using "Run all instances at the same time" use "Run instances one at a time". This way we can avoid the connection to SMTP server getting exhausted. Or instead of MNI, create your own loop.