前言介紹
- 這款 WordPress 外掛「Asynchronous Emails」是 2023-02-15 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2023-02-16,距離現在已有 807 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 5.9 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
endisha |
外掛標籤
async | mails | emails | scheduling | async-emails |
內容簡介
非同步郵件 (Asynchronous Emails) 是一款強大的 WordPress 外掛,可讓您使用 cron jobs 非同步地發送郵件,提供高效和優化的方式在您的網站上發送郵件。透過使用 cron jobs 預定定期發送郵件,而非立即發送,可以減輕伺服器負擔,確保郵件及時和有效地發送,尤其在發送大量郵件時更能有效避免延遲和性能問題,並提升網站整體表現。
功能
郵件日誌: 此外掛提供所有已處理郵件的紀錄,輕鬆地追蹤發送過的郵件並解決問題。
重新發送取消的郵件: 如果郵件被取消或無法發送,此外掛提供輕鬆重新發送該郵件的選項。
失敗嘗試: 此外掛允許您配置發送郵件的嘗試次數,有助於確保重要的郵件能夠成功遞送。
自動記錄清理: 此外掛提供自動刪除舊記錄的選項,以確保您的郵件日誌保持最新,不會因過時的資訊而變得混亂。
需求
WordPress 6.0 或更新版本。
PHP 版本 7.4 或更高。建議使用 PHP 8 或更高版本。
設定 Cron Jobs
要使用此外掛並透過非同步方式發送郵件,您需要在您的 Web 伺服器上配置 cron job。Cron job 是一個定期在指定時間運行的計劃任務。以下是如何設定 cron job 的方式:
登入您的 Web 伺服器控制面板,例如 cPanel 或 Plesk。
尋找管理 cron job 的選項,然後選擇它。
在 "新增 Cron Job" 區域中,指定您想要運行 cron job 的頻率,例如每小時或每天。
在 "命令" 欄位中,輸入以下命令:
wget -q -O - https://[DOMAIN]/wp-cron.php?doing_wp_cron
請確保將 [DOMAIN] 替換為您的 WordPress 網站的 URL。
儲存 cron job。
在您的 wp-config.php 檔案中新增以下程式碼:
define('DISABLE_WP_CRON', true);
成功設定 cron job 後,本外掛將使用它以非同步方式發送郵件。
建議 / 功能請求
我們非常重視您的反饋和建議。如果您有任何建議或功能請求,請隨時與我們聯繫。
原文外掛簡介
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.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Asynchronous Emails」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。