Title: Asynchronous Emails
Author: Mohamed Endisha
Published: <strong>2023 年 2 月 16 日</strong>
Last modified: 2023 年 2 月 16 日

---

搜尋外掛

![](https://ps.w.org/asynchronous-emails/assets/banner-772x250.png?rev=2866758)

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

![](https://ps.w.org/asynchronous-emails/assets/icon-256x256.png?rev=2866758)

# Asynchronous Emails

 由 [Mohamed Endisha](https://profiles.wordpress.org/endisha/) 開發

[下載](https://downloads.wordpress.org/plugin/asynchronous-emails.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/asynchronous-emails/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/asynchronous-emails/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/asynchronous-emails/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/asynchronous-emails/#developers)

 [技術支援](https://wordpress.org/support/plugin/asynchronous-emails/)

## 外掛說明

Asynchronous Emails is a powerful WordPress plugin that enables you to send emails
asynchronously using cron jobs, providing an efficient and optimized way to send
emails on your website. By scheduling emails to be sent using cron jobs instead 
of sending them immediately, you can reduce server load and ensure that emails are
sent in a timely and efficient manner, especially when sending bulk emails. This
helps prevent delays and performance issues, leading to an overall improvement in
website performance.

#### Features

 * Email log: The plugin provides a log of all processed emails, making it easy 
   to keep track of sent emails and troubleshoot any issues.
 * Resend cancelled emails: If an email is cancelled or fails to send, this plugin
   provides an option to easily resend the email.
 * Failed attempts: The plugin allows you to configure the number of attempts to
   send an email, which helps ensure that important emails are successfully delivered.
 * Automatic record cleanup: The plugin offers the option to remove old records 
   automatically after a certain time period or interval, ensuring that your email
   log stays up to date and doesn’t become cluttered with outdated information.

#### Requirements

 * WordPress 6.0 or newer.
 * PHP version 7.4 or newer. PHP 8 or newer is recommended.

#### Configuring Cron Jobs

To use this plugin and send emails asynchronously, you’ll need to configure a cron
job on your web server. A cron job is a scheduled task that automatically runs at
specified intervals. Here’s how you can set up a cron job:

 * Log in to your web server control panel, such as cPanel or Plesk.
 * Find the option to manage cron jobs and select it.
 * In the “Add New Cron Job” section, specify the frequency at which you want the
   cron job to run, for example, every hour or every day.
 * In the “Command” field, enter the following command:
 *     ```
       wget -q -O - https://[DOMAIN]/wp-cron.php?doing_wp_cron
       ```
   
 * Make sure to replace [DOMAIN] with the URL of your WordPress website.
 * Save the cron job.
 * Add the following code to your wp-config.php file:
 *     ```
       define('DISABLE_WP_CRON', true);
       ```
   

Once the cron job is set up, the plugin will use it to send emails asynchronously.

#### Suggestions/Feature Request

We value your feedback and ideas. If you have suggestions or feature requests, please
feel free to get in touch with us.

## 螢幕擷圖

 * [[
 * Queue list
 * [[
 * Settings

## 安裝方式

#### Minimum Requirements

 * PHP 7.4 or greater is recommended
 * MySQL 5.6 or greater is recommended

#### Automatic installation

Automatic installation is the easiest option — WordPress will handles the file transfer,
and you won’t need to leave your web browser. To do an automatic install of Asynchronous
Emails, log in to your WordPress dashboard, navigate to the Plugins menu, and click“
Add New.”

In the search field type “Asynchronous Emails,” then click “Search Plugins.” Once
you’ve found us, you can view details about it such as the point release, rating,
and description. Most importantly of course, you can install it by! Click “Install
Now,” and WordPress will take it from there.

#### Manual installation

Manual installation method requires downloading the Asynchronous Emails plugin and
uploading it to your web server via your favorite FTP application. The WordPress
codex contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation).

## 使用者評論

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

### 󠀁[Fantastic plugin](https://wordpress.org/support/topic/fantastic-plugin-1897/)󠁿

 [cagsmith](https://profiles.wordpress.org/cagsmith/) 2023 年 9 月 15 日

Superb plugin – async mailing is something that should be in WordPress by default
because in some cases (comment replies for example), the queuing of large amounts
of mail can cause a significant hit to performance which is resolved by this plugin.

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/asynchronous-emails/reviews/)

## 參與者及開發者

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

參與者

 *   [ Mohamed Endisha ](https://profiles.wordpress.org/endisha/)

[將〈Asynchronous Emails〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/asynchronous-emails)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/asynchronous-emails/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/asynchronous-emails/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/asynchronous-emails/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/asynchronous-emails/)。

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **3 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 5.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.1.10**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/asynchronous-emails/)
 * 標籤
 * [async](https://tw.wordpress.org/plugins/tags/async/)[emails](https://tw.wordpress.org/plugins/tags/emails/)
   [mails](https://tw.wordpress.org/plugins/tags/mails/)[scheduling](https://tw.wordpress.org/plugins/tags/scheduling/)
 *  [進階檢視](https://tw.wordpress.org/plugins/asynchronous-emails/advanced/)

## 評分

 5 星，滿分為 5 星

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

[Your review](https://wordpress.org/support/plugin/asynchronous-emails/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/asynchronous-emails/reviews/)

## 參與者

 *   [ Mohamed Endisha ](https://profiles.wordpress.org/endisha/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/asynchronous-emails/)