• As my list of subscribers has grown, the length of time my admin freezes after a new post save (while the emails are being sent) has grown in length. IS there anyway to have these emails send asynchronously in the background instead?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @ssuess

    The current code doesn’t include any feature to allow asynchronous sending of emails, your options are:

    1/ Change the number of recipients per email setting to a larger number than the current setting – this will reduce the number of emails generated by using the email BCC header, but email will send TO the sender address, this may confuse your subscribers if not already used this way and emails may be more likely to be marked as spam.

    2/ Use an email queuing plugin to intercept the emails are queue them for stages sending later.

    Thread Starter Stephen S

    (@ssuess)

    we have tried using WordPress Mail Queue plugin in the past, but found that it resulted in a huge number of duplicate emails going out, will any queue plugin work or does it need to be that one?

    Thread Starter Stephen S

    (@ssuess)

    Anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘very long freeze after post save’ is closed to new replies.