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:-
- Send email newsletters automatically when a post is published or scheduled.
- Staggered emailing sending to reduce server load.
- Subscribe widget and unsubscribe link in email newsletters.
- Unsubscribe suppression list to ensure you do not accidently reimport unsubscribed users.
- Customised subscribe forms with three methods of installation.
- Design and develop your own mail templates within your WordPress theme folder utilising the standard WordPress loop.
- Import and export subscribers in standardised CSV format
If you like it then please find the time to rate it.
- Step 1: Upload
wp-mailer
folder to the /wp-content/plugins/
directory or click Install
within the Add new plugin section.
- Step 2: Activate the plugin through the 'Plugins' menu inside the WordPress admin.
- Step 3: Goto WP Mailer -> Forms and create a subscribe form.
- Step 4: Embed the form in your page by using one of three methods:-
- Go to Appearance -> Widgets and drag
WP Mailer Subscribe Form
widget into a sidebar.
- Use the shortcode
[wpm_form id="1"]
.
- Call the form within php code
<?php echo wpm_form(1); ?>
.
- Step 5: If your would like to disable automatic sending of emails then change
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.