Title: Једноставан ред за чекање е-поште
Author: Milan Dinić
Published: <strong>12. октобар 2015.</strong>
Last modified: 4. април 2019.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

![](https://s.w.org/plugins/geopattern-icon/simple-email-queue.svg)

# Једноставан ред за чекање е-поште

 [Milan Dinić](https://profiles.wordpress.org/dimadin/)

[Преузимање](https://downloads.wordpress.org/plugin/simple-email-queue.1.3.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/simple-email-queue/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/simple-email-queue/#reviews)
 * [Изградња](https://sr.wordpress.org/plugins/simple-email-queue/#developers)

 [Подршка](https://wordpress.org/support/plugin/simple-email-queue/)

## Опис

[Plugin homepage](https://milandinic.com/wordpress/plugins/simple-email-queue/) 
| [Plugin author](https://milandinic.com/) | [Plus Version](https://shop.milandinic.com/downloads/simple-email-queue-plus/)

Једноставан ред за чекање е-поште је додатак за Вордпрес који се користи да би се
прешла ограничења стављена од стране вашег домаћина на број могућих послатих е-пошти
у датом времену.

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](https://shop.milandinic.com/downloads/simple-email-queue-plus/).

### 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](https://shop.milandinic.com/downloads/simple-email-queue-plus/).

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](https://shop.milandinic.com/downloads/simple-email-queue-plus/).

And it’s on [GitHub](https://github.com/dimadin/simple-email-queue).

## Прегледи

![](https://secure.gravatar.com/avatar/68e5914497baa0a3f9dce855ae913b1450d615e8a0062dbea1729730e45cb2f2?
s=60&d=retro&r=g)

### 󠀁[Essential plugin for WordPress and for sending bulk eMails](https://wordpress.org/support/topic/essential-plugin-for-wordpress-and-for-sending-bulk-emails/)󠁿

 [Atipa Pluemchai](https://profiles.wordpress.org/hatthabasel/) 4. август 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 преглед ](https://wordpress.org/support/plugin/simple-email-queue/reviews/)

## Сарадници и градитељи

„Једноставан ред за чекање е-поште“ је софтвер отвореног кода. Следећи људи су допринели
овом додатку.

Сарадници

 *   [ Milan Dinić ](https://profiles.wordpress.org/dimadin/)

„Једноставан ред за чекање е-поште“ је преведен на 1 језик. Хвала [преводиоцима](https://translate.wordpress.org/projects/wp-plugins/simple-email-queue/contributors)
за њихове доприносе.

[Преведите „Једноставан ред за чекање е-поште“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/simple-email-queue)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/simple-email-queue/),
проверите [SVN складиште](https://plugins.svn.wordpress.org/simple-email-queue/)
или се пријавите на [белешку градње](https://plugins.trac.wordpress.org/log/simple-email-queue/)
преко [RSS-а](https://plugins.trac.wordpress.org/log/simple-email-queue/?limit=100&mode=stop_on_copy&format=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
 * Усклађен `WP_Temporary` са Вордпресом 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
 * Почетно издање.

## Мета

 *  Version **1.3**
 *  Last updated **7 година раније**
 *  Active installations **10+**
 *  WordPress version ** 4.9 или новије **
 *  Tested up to **5.1.22**
 *  PHP version ** 5.4 или новије **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/simple-email-queue/) и [Serbian](https://sr.wordpress.org/plugins/simple-email-queue/).
 *  [Преведите на свој језик](https://translate.wordpress.org/projects/wp-plugins/simple-email-queue)
 * Tags
 * [email](https://sr.wordpress.org/plugins/tags/email/)[email queue](https://sr.wordpress.org/plugins/tags/email-queue/)
   [queue](https://sr.wordpress.org/plugins/tags/queue/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/simple-email-queue/advanced/)

## Оцене

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-email-queue/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-email-queue/reviews/)

## Сарадници

 *   [ Milan Dinić ](https://profiles.wordpress.org/dimadin/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/simple-email-queue/)

## Донирај

Желите ли да подржите напредак овог додатка?

 [ Донирај овом додатку ](https://milandinic.com/donate/)