Your software
My Mautic version is: 5.1.0
My PHP version is: PHP 8.1.2-1ubuntu2.19
My Database type and version is: 10.6.18-MariaDB-0ubuntu0.22.04.1
Hello,
I’m creating a template email and sending it to a segment of 50k recipients using the REST API /emails/ID/send endpoint. The email is created correctly, and it is then sent to about 2.700 recipients. Then it just stops.
When I open the email that was created with the API and click “send” in the web interface, the remaining 47k emails are sent without problems. When I try to send to a smaller segment (10 recipients) with the API, all emails are sent on the first try.
I have no limits and enough allowance with my SMTP provider. There are no entries in the log file.
Now everything works as intended. Just make sure the emails are published and have publish_at date set, else they won’t get processed. Also set the unpunblish_at date if you don’t want contacts that are added to that segment after you’ve created the email to receive it.