Title: MKE Simple Email Sequencer
Author: martyettington
Published: <strong>2026 年 6 月 19 日</strong>
Last modified: 2026 年 6 月 24 日

---

搜尋外掛

![](https://ps.w.org/mke-simple-email-sequencer/assets/banner-772x250.png?rev=3578927)

![](https://ps.w.org/mke-simple-email-sequencer/assets/icon-256x256.png?rev=3578927)

# MKE Simple Email Sequencer

 由 [martyettington](https://profiles.wordpress.org/martyettington/) 開發

[下載](https://downloads.wordpress.org/plugin/mke-simple-email-sequencer.1.0.11.zip)

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

 [技術支援](https://wordpress.org/support/plugin/mke-simple-email-sequencer/)

## 外掛說明

MKE Simple Email Sequencer lets site owners create simple day-based email sequences
directly inside WordPress. Add a signup form to any page with a shortcode, collect
subscribers, send welcome emails, manage unsubscribes, and review send logs without
adopting a large marketing automation platform.

This plugin sends email through the normal WordPress mail system. For reliable delivery,
use an SMTP or transactional email delivery plugin.

### Features

 * Create editable email sequences.
 * Add sequence steps by day offset.
 * Place single-sequence or multi-sequence signup forms anywhere with the [mkesiems_signup]
   shortcode.
 * Create individual signup pages or a public multi-sequence signup portal from 
   the admin dashboard.
 * Set optional gold star and important/bold markers for each sequence in the public
   signup portal.
 * Collect first name and email address.
 * Honeypot and minimum-time anti-spam checks.
 * Optional double opt-in confirmation.
 * Automatic unsubscribe links.
 * Merge tags for name, email, site name, sequence name, and unsubscribe URL.
 * WP-Cron send queue every 15 minutes.
 * Subscriber management with pause, activate, unsubscribe, and delete.
 * CSV subscriber export.
 * Send logs and manual process-now button.
 * Test email tool and delivery warning.

### Shortcode

Basic:

[mkesiems_signup sequence=”aas-welcome-series”]

With options:

[mkesiems_signup sequence=”aas-welcome-series” title=”Join the list” button_text
=”Sign Up” show_name=”yes” context=”homepage”]

Multi-sequence signup page:

[mkesiems_signup mode=”list” legend=”Email Sequences” button_text=”Join Our Email
List” show_name=”yes” context=”signup-portal”]

Attributes:

 * sequence – sequence slug for a single sequence form. Leave empty with mode=”list”
   to show all active sequences.
 * mode – use “single” for one sequence or “list” to show all active sequences with
   checkboxes.
 * title – optional form title.
 * legend – optional heading for the sequence checkbox list.
 * button_text – custom button text.
 * success_message – custom success message.
 * show_name – yes or no.
 * context – optional source tag stored with the subscriber.

### Privacy

This plugin stores subscriber email addresses, optional first names, signup source
URLs, form context, confirmation data, unsubscribe status, and send logs in your
WordPress database. The plugin does not send subscriber data to an external service
by itself.

## 螢幕擷圖

[⌊Multi-sequence signup portal with selectable email sequences, optional gold star
markers, important/bold sequence display, name and email fields, and join button.⌉⌊
Multi-sequence signup portal with selectable email sequences, optional gold star
markers, important/bold sequence display, name and email fields, and join button
.⌉[

Multi-sequence signup portal with selectable email sequences, optional gold star
markers, important/bold sequence display, name and email fields, and join button.

[⌊MKE Simple Email Sequencer overview graphic for the WordPress.org plugin listing.⌉⌊
MKE Simple Email Sequencer overview graphic for the WordPress.org plugin listing
.⌉[

MKE Simple Email Sequencer overview graphic for the WordPress.org plugin listing.

[⌊Dashboard showing sequence totals, queue status, recent send log, and MKE links.⌉⌊
Dashboard showing sequence totals, queue status, recent send log, and MKE links.⌉[

Dashboard showing sequence totals, queue status, recent send log, and MKE links.

[⌊Sequence editor showing sequence creation fields and the default Welcome Series
shortcode.⌉⌊Sequence editor showing sequence creation fields and the default Welcome
Series shortcode.⌉[

Sequence editor showing sequence creation fields and the default Welcome Series 
shortcode.

[⌊Settings screen showing sender details, privacy text, success message, and double
opt-in controls.⌉⌊Settings screen showing sender details, privacy text, success 
message, and double opt-in controls.⌉[

Settings screen showing sender details, privacy text, success message, and double
opt-in controls.

## 安裝方式

 1. Upload the ZIP file in Plugins > Add New > Upload Plugin.
 2. Activate the plugin.
 3. Open MKE Email Sequencer in wp-admin.
 4. Edit the default Welcome Series or create your own sequence.
 5. Copy the shortcode into any page, post, landing page, or page builder module.
 6. Configure SMTP or transactional mail delivery for best results.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

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

參與者

 *   [ martyettington ](https://profiles.wordpress.org/martyettington/)

[將〈MKE Simple Email Sequencer〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/mke-simple-email-sequencer)

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

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

## 變更記錄

#### 1.0.11

 * Fixed signup portal page builder content so newline separators are stored as 
   real line breaks instead of visible nn characters.
 * Rebuild the signup portal page from the dashboard to refresh existing page content.

#### 1.0.10

 * Added per-sequence admin controls for public signup portal display markers.
 * Added Show gold star and Mark as important/bold checkboxes to the sequence editor.
 * Added a Portal markers column on the Sequences page.
 * Updated the multi-sequence signup portal to use the saved marker settings instead
   of hardcoding the first two sequences.

#### 1.0.9

 * Added a multi-sequence signup form mode that displays all active sequences with
   checkbox selection.
 * Added default AAS email sequences matching the signup portal layout.
 * Added dashboard buttons to create/update and open the signup portal page.

#### 1.0.8

 * Updated the WordPress.org readme Tested up to header to 7.0 for current WordPress
   compatibility scanning.

#### 1.0.7

 * Renamed plugin identifiers to the longer unique mkesiems prefix for WordPress.
   org review compliance.
 * Updated shortcode, hooks, options, cron schedule, admin slugs, query variables,
   and database table names to use the mkesiems prefix.

#### 1.0.6

 * Moved the Simple Email Sequencer sales-page and All MKE Plugins buttons to the
   bottom of the main sequencer admin dashboard.

#### 1.0.5

 * Removed Pro-only feature code from the WordPress.org package.
 * Replaced the signup shortcode with the prefixed [mkesiems_signup] shortcode.
 * Updated readme contributor and version information for WordPress.org review.

#### 1.0.4

 * Added sales and all-plugin buttons to the dashboard and Pro information page.

#### 1.0.3

 * Fixed Plugin Check issues for database queries, translator comments, escaped 
   shortcode output, CSV file-operation annotations, and readme casing.

#### 1.0.1

 * Added page-level Help tab/section on every admin page.
 * Added popup field help for sequence, step, settings, and test fields.
 * Expanded the email test into a detailed sample send with data feedback, headers
   used, timing, result status, and body preview.

#### 1.0.0

 * Initial MKE release with sequences, signup shortcodes, subscriber management,
   logs, double opt-in, and page-building support.

## 中繼資料

 *  版本 **1.0.11**
 *  最後更新 **4 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/mke-simple-email-sequencer/)
 * 標籤:
 * [Autoresponder](https://tw.wordpress.org/plugins/tags/autoresponder/)[email](https://tw.wordpress.org/plugins/tags/email/)
   [Email Marketing](https://tw.wordpress.org/plugins/tags/email-marketing/)[signup form](https://tw.wordpress.org/plugins/tags/signup-form/)
 *  [進階檢視](https://tw.wordpress.org/plugins/mke-simple-email-sequencer/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/mke-simple-email-sequencer/reviews/)

## 參與者

 *   [ martyettington ](https://profiles.wordpress.org/martyettington/)

## 技術支援

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

 [檢視技術支援論壇](https://wordpress.org/support/plugin/mke-simple-email-sequencer/)