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!
特点
Some of the features in the WordPress Newsletter plugin include (see PRO Version section below to view the limitations in 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
- Bit.ly 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:
https://www.youtube.com/watch?v=ZHbXN72eqmU
Demo and Support
See the
online demonstration and view the
online documentation for tips, tricks, guides, and more.
扩展
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:
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.
语言
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:
Offsite HTML Code
var wpmlAjax = "' . $this -> url() . '/' . $this -> plugin_name . '-ajax.php";
'
API Example
'subscriber_add',
'api_key' => '37C1D6053E817212348E507D29CCCE49',
'api_data' => array(
'email' => "email@example.com",
'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:
Installing the WordPress Newsletter plugin is simple. Follow these steps:
Automatic Installation
- Go to Plugins > Add New in your WordPress dashboard.
- Search for
newsletters
to find this plugin, by Tribulant.
- Click Install Now to install it and then activate it after the installation.
Manual Installation
- Extract the
zip
file to obtain the plugin folder.
- Upload the plugin folder to the
/wp-content/plugins/
directory.
- Activate the plugin through the Plugins menu in WordPress.