Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'm looking for a method, or plugin, that will allow me to do the following:

  1. User can signup to a 'notifications' email list
  2. When a new post is published on the site, users on this list are automatically emailed a notification

This is for site visitors as opposed to administrators or registered users.

Any suggestions much appreciated.

share|improve this question

2 Answers

up vote 0 down vote accepted

I haven't used it yet, but you can accomplish this with Jetpack, which is made (at least partially) by the founders of Wordpress.

The advantage is that it uses the Wordpress.com servers to handle the outgoing mail. This is a big plus because shared servers have throttling limits that only allow you to send a certain amount of e-mails in a given time frame (usually an hour). Also, you don't have to worry about the IP of your own servers ending up blacklisted if anyone marks the e-mails as spam instead of unsubscribing.

Check it out, there are other features to it as well.

share|improve this answer

Right now I'm using Subscribe2 WordPress plugin to manage all subscription, I found this plugin simple, neat and easy to use, also the plugin has good review/ratings over Wordpress Plugins directory.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.