Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Simple Email Queue

Описание

Plugin homepage | Plugin author | Plus Version

Simple Email Queue is a WordPress plugin that is used to pass restrictions set by your host on number of sent emails in given period.

This basic free version is only useful for developers that can extend it and use it in their code. If you want to use it in full capacity, consider getting plus version.

Usage

First, you need to set what is maximum number of emails that can be sent in a given period. By default, it sends 10 emails in 6 minutes. This means that if you want to send 15 emails in 6 minutes, only 10 emails are sent while rest 5 emails are put in queue and sent in the next period, after 6th minute has passed.

You can change this limits by using filters from you code. Filter simple_email_queue_max is used to set maximum number of emails that are sent in period. It expects positive integer to be passed.

To change period length, you can use filter simple_email_queue_interval. It also expects positive integer to be passed but please take care that this number is of seconds, not minutes (for example, if your period is 30 minutes, you would pass 1800).

Different hosts use different limits. Please consult your host’s documentation or support to find this out.

If you want user interface in your admin area, use plus version.

To use this limits, you need to use function simple_email_queue_add() instead of built-in function wp_mail(). Both accept same parameters.
Emails that are sent using wp_mail() function are not sent using queue and are not counted for limits. If you want that all emails are sent using queue, even those sent using wp_mail() function, use plus version.

And it’s on GitHub.

Отзывы

04.08.2022
This plugin is an absolute must for all WordPress users who want to send bulk emails to their WordPress users without having to purchase services from bulk email service companies like SendinBue or MailChimp. The software consists of two plugins "Simple Email Queue" and "Simple Email Queue Plus", the last one just costs 10$ and does a great job. In the Settings you can define the interval in seconds of sending eMails and in the second field you can define the max number of eMails to send for the defined interval. It works great even with other plugin. If you have question, just ask Milan the developer. Milan is very competent and provides excellent support. I'm excited! Atipa Pluemchai Hattha Thai Spa, Basel, Switzerland
Посмотреть 1 отзыв

Участники и разработчики

«Simple Email Queue» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«Simple Email Queue» переведён на 1 язык. Благодарим переводчиков за их работу.

Перевести «Simple Email Queue» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.3

  • Released on 4th April 2019
  • Use latest version of both WP_Temporary and Backdrop packages
  • Increase required PHP version
  • Improve README
  • Minor code changes

1.2

  • Released on 15th December 2015
  • Sync WP_Temporary with WordPress 4.4

1.1

  • Released on 2nd November 2015
  • Don’t use Composer files as of this version
  • Various README improvements

1.0

  • Released on 12th October 2015
  • Первая версия.