• Resolved Josiah

    (@colewebdev)


    I’m using this plugin, along with Post SMTP+SendGrid to send a notification for New Posts.

    The first notification was supposed to go to 185 users but after 25 it stopped.

    Post SMTP log shows the 25 successes but then about 15 errors and then nothing.

    I’m wondering if SendGrid has a rate limit, and if so is there a way to control the rate of sending with your plugin?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @colewebdev,
    Thanks for your message.

    This is most likely a PHP timeout issue as opposed to a sending limit imposed by anything else. At least, not that I’m aware of.
    You could try switching to an SMTP account isntead of the SendGrid API in Post SMTP to see if more are sent or not. If it’s the same, you could try increasing your PHP timeout or splitting your notification into several, utilising user roles to send it in chunks.

    Let me know if this helps.

    Closing due to inactivity. If you need further help with this, please feel free to re-open this thread.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘SendGrid Rate Limit’ is closed to new replies.