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 emailIs there a limit of email that a sigle PM can send ? or something
Discussion posts and replies are publicly visible
There’s no hard limit on emails per process, I suggest you check the system logs for exact errors.
UnattendedJavaActivityRequest] ERROR com.appiancorp.process.runtime.activities.SendEmailActivity - com.sun.mail.smtp.SMTPSendFailedException: [EOF]com.sun.mail.smtp.SMTPSendFailedException: [EOF]i got this
Here are two recommendations to help address the issue:
1) I recommend contacting your mail server administrators to check for any SMTP-related restrictions or issues.
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.