[WordPress] 外掛分享: Newsletters

WordPress 外掛 Newsletters 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Newsletters」是 2014-08-25 上架。
  • 目前有 3000 個安裝啟用數。
  • 上一次更新是 2025-03-18,距離現在已有 45 天。
  • 外掛最低要求 WordPress 3.8 以上版本才可以安裝。
  • 有 242 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

contrid |

外掛標籤

email | bulk email | newsletters | subscribers | mailing list |

內容簡介

這是一個由Tribulant為 WordPress 創建的全功能通訊插件,它滿足個人和商業環境的所有訂閱者,郵件,行銷和通訊相關需求。

它具有強大,高效和獨特的功能!這是一個全能的通訊工具,可以按照你的要求進行配置,同時為你的電子郵件訂閱者提供最佳體驗。

軟體可以按照你的方式工作,讓你專注於創建通訊,為你的網站提供必要的曝光!

功能

WordPress Newsletter 插件的部分功能包括(請看下面的 PRO 版本部分,以查看這個 LITE 版本的限制):

郵件列表
退信郵件管理
通訊佇列和排程
通訊模板
拖拽通訊和模板生成器
完整郵件歷史
無限側欄小工具
文章/頁面訂閱嵌入
訂閱表格生成器
外網站訂閱表格
將通訊發布為文章
將文章發送為通訊
添加郵件附件
SMTP認證
Ajax 引擎功能
導入/導出訂閱者
付費訂閱(PayPal 和 2Checkout)
與橫幅輪播插件集成
WordPress Multisite 兼容
電子郵件追蹤
訂閱者 IP 日誌
通訊主題
POP/IMAP 退信處理
最新文章訂閱
單一/多個文章轉換為電子郵件
Bit.ly 點擊追蹤
自動回覆郵件
按條件發送通訊
多語言 (qTranslate 和 WPML)
自定文章類型
自定欄位
鏈接/點擊追蹤
DKIM 簽名
WordPress 控制面板小工具
還有更多…

看看通訊訂閱表格生成器的實際操作:

演示和支援

查看線上演示,以及瀏覽線上文檔,取得有關提示、技巧、指南等的相關資訊。

擴充插件

WordPress Newsletter 插件有許多免費和付費的擴充插件。所有的擴充插件均適用於 Newsletters LITE 和 Newsletters PRO 兩個版本。

一些擴展包括:

WooCommerce 訂閱者
Contact Form 7 訂閱者
Google Analytics 追蹤
嵌入圖像
Total MS Control
Gravity Forms 訂閱者
Formidable 訂閱者
Digital Access Pass 訂閱者

原文外掛簡介

A full-featured WordPress newsletter plugin created by Tribulant for WordPress which fulfills all subscribers, emails, marketing and newsletter related needs for both personal and business environments.
It has robust, efficient and unique features! This is an all-in-one newsletter tool for your WordPress site can be configured to behave as desired and it will provide the best experience for your email subscribers at the same time.
The software works the way you do so you can focus on creating newsletters and giving your website the necessary exposure!
Features
Some of the features in the WordPress Newsletter plugin include (see PRO Version section below to view the limitations of this LITE version):

Mailing Lists
Bounce Email Management
Newsletter Queue & Scheduling
Newsletter Templates
Drag & Drop Newsletter & Template Builder
Complete Email History
Unlimited Sidebar Widgets
Post/Page Opt-In Embedding
Subscription Forms Builder
Offsite Subscription Forms
Publish Newsletter as a Post
Send Post as a Newsletter
Add Email Attachments
SMTP Authentication
Ajax Powered Features
Import/Export Subscribers
Paid Subscriptions (PayPal & 2Checkout)
Integrates with our Banner Rotator plugin
WordPress Multisite Compatible
Email Tracking
IP Logging of Subscribers
Newsletter Themes
POP/IMAP Bounce Handling
Latest Posts Subscriptions
Single/Multiple Posts into Emails
Bitly click tracking
Autoresponders
Newsletters by conditions
Multilingual (qTranslate & WPML)
Custom Post Types
Custom Fields
Link/click tracking
DKIM Signature
WordPress Dashboard Widget
and much more…

See the newsletter subscribe forms builder in action:

Demo and Support
See the online demonstration and view the online documentation for tips, tricks, guides, and more.
Extensions
There are many free and paid extension plugins for the WordPress Newsletter plugin. All extensions work with both Newsletters LITE and Newsletters PRO, no problem.
Some extensions include:

WooCommerce Subscribers
Contact Form 7 Subscribers
Google Analytics Tracking
Embedded Images
Total MS Control
Gravity Forms Subscribers
Formidable Subscribers
Digital Access Pass Subscribers
Total Control
s2Member Subscribers
WP eMember Subscribers

Visit the Newsletters extensions page
Email/Newsletter Templates
Included with the newsletter plugin are several premade email/newsletter templates.
Shop our newsletter templates for more variety and high quality, premium, responsive newsletter templates.
Languages
All language files and the instructions to use them are in POEditor. Anyone can join the project to add languages and contribute translations for strings.
Thank you for these wonderful people who contributed in translating the plugin:

Afrikaans (af_ZA) by Antonie Potgieter
German (de_DE) by Peter Schonmann
Greek (el_GR) by Harris Karanikolas | AiO Systems Information
Spanish (es_ES) by Juan Llamosas
French (fr_FR) by Kim Gjerstad
Hungarian (hu_HU) by iD Sign | Gergely Almasi
Italian (it_IT) by Matteo Galli | Playcode, Johnny
Lithuanian (lt_LT) by Tomas
Dutch (nl_NL) by Ronald de Caluwe | WebZenz
Brazilian Portuguese (pt_BR) by Vitor Argos
Portuguese (pt_PT) by wordpress.mowster.net
Romanian (ro_RO) by Richard Vencu
Swedish (sv_SE) by Tomas Lindhoff
Turkish (tr_TR) by Sersah Namoglu

Offsite HTML Code



'

API Example
'subscriber_add',
'api_key' => '37C1D6053E817212348E507D29CCCE49',
'api_data' => array(
'email' => "[email protected]",
'list_id' => array(1,2,3),
)
);

$data_string = wp_json_encode($data);

$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Content-Type: application/json',
'Content-Length: ' . strlen($data_string))
);

$result = json_decode(curl_exec($ch));
curl_close($ch);
?>

PRO Version
The Newsletters LITE version has nearly all of the features that the PRO version has but it has some limitations.

One mailing list.
500 max subscribers.
Send up to 1000 emails per month.
Mail Type: local server and SMTP. No API integration with our mail service providers.
The “Drag & drop newsletter & template builder” cannot be used.
No new custom dynamic fields can be added but you can edit current ones.

These limits should be sufficient for a personal blogger or a small business.
To remove these limits, you can upgrade to the PRO version and submit your serial key inside the plugin.
Or, download, install, and activate the PRO version from our website under Downloads, and then add your serial key. This is the preferred method. After installing the PRO version, you can safely deactivate and delete the LITE version without losing your data.
In addition to the limits being removed, you will receive priority support from Tribulant.
Visit the Newsletters PRO page
3rd-Party Services
Our plugin makes use of some 3rd-party services or APIs to provide you with the latest technology and functionality. Here is a list of the services:

Postmark Spam Check API (https://spamcheck.postmarkapp.com/) – Fetch the spam score of an email/newsletter
IPEcho (https://ipecho.net/) – Get the current mail exchange IP address
IPLocate (https://www.iplocate.io/) – To get the country of a user by IP address
HostIP.info (https://www.hostip.info/) – To get the country of a user by IP address
geoPlugin (https://www.geoplugin.com/) – To get the country of a user by IP address

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Newsletters」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


4.4 | 4.5 | 4.6 | 4.9 | 4.3.6 | 4.3.7 | 4.3.8 | 4.3.9 | 4.4.1 | 4.4.2 | 4.4.3 | 4.4.4 | 4.4.5 | 4.4.6 | 4.4.7 | 4.5.1 | 4.5.2 | 4.5.3 | 4.5.4 | 4.5.5 | 4.5.6 | 4.5.7 | 4.6.1 | 4.6.2 | 4.6.3 | 4.6.4 | 4.6.5 | 4.6.6 | 4.6.7 | 4.6.8 | 4.6.9 | 4.7.7 | 4.7.9 | 4.8.3 | 4.8.4 | 4.8.5 | 4.8.6 | 4.8.7 | 4.8.9 | 4.9.0 | 4.9.2 | 4.9.3 | 4.9.5 | 4.9.6 | 4.9.7 | 4.9.8 | 4.9.9 | trunk | 4.6.10 | 4.6.11 | 4.6.12 | 4.6.13 | 4.6.14 | 4.6.15 | 4.6.16 | 4.6.17 | 4.6.18 | 4.6.19 | 4.3.6.1 | 4.3.6.2 | 4.4.1.1 | 4.4.6.1 | 4.4.7.1 | 4.5.1.1 | 4.5.4.1 | 4.5.4.2 | 4.5.5.1 | 4.5.5.2 | 4.5.5.3 | 4.5.5.4 | 4.5.5.5 | 4.5.5.6 | 4.5.5.7 | 4.5.5.8 | 4.5.5.9 | 4.5.6.1 | 4.5.6.2 | 4.6.1.1 | 4.6.1.2 | 4.6.4.1 | 4.6.4.2 | 4.6.5.1 | 4.6.5.2 | 4.6.5.3 | 4.6.5.4 | 4.6.6.1 | 4.6.6.2 | 4.6.7.1 | 4.6.7.2 | 4.6.7.3 | 4.6.7.4 | 4.6.8.1 | 4.6.8.2 | 4.6.8.3 | 4.6.8.5 | 4.6.8.6 | 4.7.9.1 | 4.7.9.3 | 4.7.9.4 | 4.7.9.5 | 4.7.9.6 | 4.9.9.1 | 4.9.9.2 | 4.9.9.3 | 4.9.9.4 | 4.9.9.5 | 4.9.9.6 | 4.9.9.7 | 4.9.9.8 | 4.6.10.1 | 4.6.10.2 | 4.5.5.4.1 | 4.5.5.4.2 | 4.5.5.4.3 | 4.5.5.4.4 | 4.5.5.8.1 | 4.5.6.1.1 | 4.6.5.3.1 | 4.5.5.4.4.1 |

延伸相關外掛(你可能也想知道)

  • MailBluster for WordPress 》MailBluster 是世界上最先進、最可靠且最具成本效益的電子郵件行銷軟體。它非常強大,您可以將推廣電子郵件發送給數百萬人,並將每封電子郵件完全個人化。, M...。
  • Bulk Email Notify Customers on Product Update for WooCommerce 》這是一個方便易用的外掛,可以發送批量電子郵件和通知 WooCommerce 的客戶產品更新情況。, 當您更新產品時,可以通知 WooCommerce 的客戶。您可以按訂單日期...。
  • Newsletter subscription optin module 》此外掛可讓您建立訂閱簡單電子報的表單。它包括一個側邊欄小工具,可依需要自定義最多 16 個欄位,以收集使用者在電子郵件行銷活動中所需的所有資訊。使用者...。
  • WooCommerce Bulk Receipt 》WooCommerce Bulk Receipt 外掛允許管理者向客戶發送批量訂單確認收據。, 目前,如果 WooCommerce 商店所有者想要重新向客戶發送訂單確認,則必須逐個訂單重...。
  • WL Newsletter for WooCommerce 》WL Newsletter for WooCommerce 是一款外掛,能讓您的訪客訂閱通訊,同時還可獲得 WooCommerce 折扣券獎勵。如果您想增加電子商務店的銷售收入,這款外掛非常...。

文章
Filter
Apply Filters
Mastodon