• Resolved hauntingfox

    (@hauntingfox)


    Hello,

    I have around 3k subscribers on my website. I tried your plugin to notify all my subscribers from a new post published, but when I hit Publish, my website collapsed. I had to erase the plugin from cpanel because my website was not responding.

    Why this is happening?

Viewing 1 replies (of 1 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi @hauntingfox,

    3k is a lot because each and every one of them is booting a separate wp_mail instance.

    There are two options:

    1. Enable Background processing in the plugin settings. This will move the Notification processing to Cron, which should be able to execute this (in a long time, especially if you are using SMTP).
    2. Use the SendGrid or Mailgun integrations which were designed to handle high volumes in batches.

Viewing 1 replies (of 1 total)

The topic ‘Problem sending the notification to multiple users’ is closed to new replies.