Title: Simple Email Queue
Author: Milan Dinić
Published: <strong>2015 年 10 月 12 日</strong>
Last modified: 2019 年 4 月 4 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# Simple Email Queue

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

[下載](https://downloads.wordpress.org/plugin/simple-email-queue.1.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/simple-email-queue/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/simple-email-queue/#reviews)
 * [開發資訊](https://tw.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/)

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](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/) 2022 年 8 月 4 日

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/)

## 參與者及開發者

以下人員參與了開源軟體〈Simple Email Queue〉的開發相關工作。

參與者

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

〈Simple Email Queue〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/simple-email-queue/contributors)
為這個外掛做出的貢獻。

[將〈Simple Email Queue〉外掛本地化為台灣繁體中文版](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/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/simple-email-queue/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/simple-email-queue/)。

## 變更記錄

#### 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
 * Initial release.

## 中繼資料

 *  版本 **1.3**
 *  最後更新 **7 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 4.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.1.22**
 *  PHP 版本需求 ** 5.4 或更新版本 **
 *  語言
 * [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)
 * 標籤:
 * [email](https://tw.wordpress.org/plugins/tags/email/)[email queue](https://tw.wordpress.org/plugins/tags/email-queue/)
   [queue](https://tw.wordpress.org/plugins/tags/queue/)
 *  [進階檢視](https://tw.wordpress.org/plugins/simple-email-queue/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/simple-email-queue/reviews/?filter=1)

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

[查看全部使用者評論](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/)