The easiest way to automatically send your blog posts straight to your email subscribers.
WP Easy Post Mailer – Automatically send out blog posts as email newsletters to your subscribers without the need for any 3rd party email platform. Visitors can subscribe to receive updates of your new posts with the use of our subscribe widget.
WP Easy Post Mailer can be customised and comes with preset mail templates but you can easily create your own with a little programming knowledge.
Features are as follows:-
If you like it then please find the time to rate it.
wp-mailer
folder to the /wp-content/plugins/
directory or click Install
within the Add new plugin section.WP Mailer Subscribe Form
widget into a sidebar.[wpm_form id="1"]
.<?php echo wpm_form(1); ?>
.Automatic Mail Sending
to NO in WP Mailer -> Settings.If your posts queue up for a long time on the campaigns page then you need to ensure that your WordPress cron is running correctly.
Security and bug-fixes are our highest priority, if you come across any issues then please go to the credits section within the plugin and send us a message.
Yes, currently it supports the ability to send email newsletters of WordPress posts only but we will look at pages and other custom post types in the near future.
Please take a look at the following discussion post https://wordpress.org/support/topic/how-to-make-your-own-theme
= 0.64
* Some users reported that mails were sent again when editing posts – this is now fixed.
= 0.63
* Fixed issue where emails are delivered in plain text
= 0.62
* Fix issue with label fields on edit forms
* Change how cron schedules work in hope to fix 46 years issue
* Reregistering cronjob on post publish to help wiht above issue
* Fix styling issue on templates page
= 0.61
* Fix PHP 5.2 specific issues
= 0.6
* Fix issue stopping campaigns from sending
= 0.5
* Fix bug where you can preview templates has stopped working.
* Fix estimated starting time problems.
* Reversed jobs list by default.
* Stop blank campaigns sending when scheduling a post, post must be published.
* Fix WP DEBUG issue with $success and $failed on jobs.
= 0.4
* Updated templates page to make it more clear on how to make a theme.
= 0.3
* Few more fixes so that the plugin works under WP_DEBUG=true.
* Update preview template actions so that it does not conflict with other plugins.
* ability to send a test email to see what each template looks like.
= 0.2
* Fix SQL error for counting subscribers.
* Wording changes.
* Decode html entities on subject.
* Added Emogrifier by John Reeve to convert seperated HTML and CSS into inline HTML+CSS.
* Changed bitly donate link as they think its spam.
* Working pretty well with WP_DEBUG enabled.
* Added WordPress version to credits form.
= 0.1
* After weeks of programming, we have finally launched the plugin, go easy on us.