Hello @ntjedge Amazon SES has some weird limits in place. I looked at their limits here https://docs.aws.amazon.com/ses/latest/dg/quotas.html
Are you sure you are well within the limits? My first suspicion is that you are in some way hitting the limits. Once the limit is hit, some exception is thrown and plugin is throwing this error. If there is a way to figure out by contacting support on AWS, can you reach them out.
Next issue might be PHP max execution time but this depends on number of emails you are sending at a time. If you have lots of users, I recommend sending only few emails at a time by using ID range filter. In your case it seems like 80-100 email at a time is sweet spot.
Also, if there is a error log you can access please check for error left by this plugin. Error message should contain text send-users-email text somewhere.
Let me know what you figure out.
Hi Suman,
Thanks for getting back. The AWS limits are not hit as our mail quota is much higher (100,000+ per 24hr period with a send rate of 40 mails/second)
My initial suspicion was with PHP max execution time but I have already updated that. Most importantly, I get the error almost immediately when I click Send Message. The status bar is hardly at 15% and the error pops up.
I checked the error log and there is no errors logged. It only has “email sent” logs (upto the last user it was sent to). An example is below,
——————————————————————–
[2023-08-28 03:01:09] EMAIL SENT | ADDRESS: [email protected] | SUBJECT: EMAIL TEST – PLEASE IGNORE | VIA: user | CONTENT: This is a test – please ignore.
——————————————————————–
Also note that we are not sending emails to outside domains. All emails are within the domain itself (both sender/receiver)..
I will still try running the same install on another server to see if its really the PHP issue and get back to you.
If you have any more suggestions, would be greatly appreciated.
Thanks again.
@ntjedge You seem to have a pretty generous limit so its likely that this is not the issue. What is your Max execution time right now and how many users were you trying to send email to?
@ntjedge Haven’t heard from you in a while. I hope you have sorted your issue. If not feel free to open new thread. Thanks.