Emails stop sending after 700
-
Hi guys,
we use a paid Sendgrid plan to send out weekly informational emails to subscribed users. To trigger sending out those emails, we run a cron job. That cron job then triggers a PHP script on our server to send out these emails to our users. So that php script will run a function to then send out about 2000 emails using the regular wp_mail() wordpress email functionality. We use Sendgrid to send out the actual emails. However, only about 700 emails are sent. I can see inside Sendgrid, that no more emails are sent after that – as said, should be about 2000.
Is that a server issue (which stops running the php script), or does sendgrid have some kind of emails to time limit here?
Thanks a lot,
Sebastian
- The topic ‘Emails stop sending after 700’ is closed to new replies.