Process Model - Email Send Error

Certified Senior Developer

Hello , i am trying to build a PM that sends mails to users(81 in total), i put delay between the emails 25 seconds , but after some repetitions (33,42,72) random each time PM stops with the error : Failed to send email

Is there a limit of email that a sigle PM can send ? or something

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Did you check the logs if there are any details of the error? random time failures can be due to memory/server related issues. Can't guess the exact cause here. 

    A suggestion I can make is instead of using 25 seconds delays, Can you configure a process with just email node in it and pass the users one by one using MNI on a start process smart service. This way the emails will go asynchronously and perform better in general. 

Reply
  • 0
    Certified Lead Developer

    Did you check the logs if there are any details of the error? random time failures can be due to memory/server related issues. Can't guess the exact cause here. 

    A suggestion I can make is instead of using 25 seconds delays, Can you configure a process with just email node in it and pass the users one by one using MNI on a start process smart service. This way the emails will go asynchronously and perform better in general. 

Children
No Data