Description
SendPulse plug-in for WordPress
Add a newsletter subscription form to your site. Each new subscriber will be automatically added to your mailing list. Create and send newsletters through SendPulse, an e-mail marketing and transactional SMTP service.
Features
- 1-click installation and easy configuration
- Add multiple newsletter subscription form
- For webpush notifications, please install SendPulse Free WebPush plugin
SendPulse Most Important Features
- 50% Better open rate because of AI subsystem that predicts the best time and channel for e-mail delivery
- Email Marketing Automation Builder
- Drag and drop HTML email editor
- Unlimited Autoresponders and Mailing Lists
- Email personalization and list segmentation
- Rich analytics and reporting
What is SendPulse?
SendPulse is an e-mail marketing service that maximizes the newsletter open rate automatically. Our case studies show that you get 50% more open rates when use our Artificial Intelligence technology to predict the best time and channel to reach your customers.
Get your free account here. You may send up to 15,000 emails every month.
Contacts
- Customer support – https://sendpulse.com/support
- Twitter – https://twitter.com/SendPulseCom
- Facebook – https://facebook.com/sendpulse
Usage
- Create form by SendPulse Form Constructor.
- Create new SendPulse Form from main menu WordPress dashboard.
- Paste Constructor Form code in form editor.
- For display subscription form use shortcode (like
[sendpulse-form id="..."]
where „…“ is form id) in editor or place<?php echo do_shortcode('[sendpulse-form id="..."]')?>
in your theme’s file.
Requirement
- PHP version >= 5.2.4+ (Recommended >= 5.6)
Installation
- Upload ‘sendpulse-email-marketing-newsletter’ to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- How place shortcode in themes file?
-
Shortcode can be used anywhere in the theme templates via do_shortcode function. For example,
<?php echo do_shortcode('[sendpulse-form id="..."]')?>
.
Reviews
Contributors & Developers
“SendPulse Email Marketing Newsletter” is open source software. The following people have contributed to this plugin.
Contributors“SendPulse Email Marketing Newsletter” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “SendPulse Email Marketing Newsletter” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.5.0 – 2017-08-22
- Changed: Ability to use the constructor code from SendPulse dashboard.
- Fixed: Support several forms on the page.
2.0.0 – 2017-09-19
- Added: Ability create multiple form with constructor code from SendPulse dashboard.
- Removed: Plugin generated subscribe form in favor constructor code from SendPulse dashboard.
2.0.1 – 2017-09-25
- Changed: Documentation and help link.
2.1.0 – 2017-10-18
- Changed: Down minimal PHP version requirement.