Send Mass Mail Using WordPress
Do you have a big number of commentators or responders on your blog? Sometimes you may want to send announcement or maybe just a small notification about event or something? I have created plugin named WP Mass Mail to do the work. You can download it on wordpress plugin directory
It’s a wordpress plugin which allows [...]
Do you have a big number of commentators or responders on your blog? Sometimes you may want to send announcement or maybe just a small notification about event or something? I have created plugin named WP Mass Mail to do the work. You can download it on wordpress plugin directory
It’s a wordpress plugin which allows you to send bulk email to multiple addresses at once. Of course you just pick the names of person comment to you.
This plugin will be useful for some commercial site to promote their products or announce an announcement. But everyone still allowed to use this plugin of course:-)
By the way, just do the following steps below to start send mass mail usingWP Mass Mail:
- Download the plugin here.
- Install it on your
wp-content/plugins/directory. - Activate it through your admin > plugins.
- You will see additional sub dashboard menu named Mass Mail.
- Click it and you will see a panel with design like new post.
Anyways, there are some rules to send mail using this plugin
- Title must be set
- Yourname must be set
- From must be ended by @yourdomain.com
- Reply-to is optional
- Cc is optional
- Bcc is optional
- Please make sure your webhost allows you to send bulk mail message.
- Don’t send too much message to same address more than twice a hour or you will be marked as spam.
- Use it at your own risk.
Thanks for using this plugin.:-)




Thanks very much for that good post.
Awesome plugin, thanks! I was looking for ways to do this, and what better way than have it built right into Wordpress!
i’m glad to hear that
Thanks for your great effort to develop this wonderful tools.
However, it doesn’t work at IE 7 but works firefox. Any idea?
wait for the next version
I have installed the plugin, it looks great!
The only problem I have is that users cannot receive mails?
[...] WP Mass Mail [...]
need to add “GROUP BY comment_author_email” before looping “commentator mailing list” to make sure one comment author receive only one email although he/she comment multiple time
I cannot get it to work.
@Angga: i know what to do, i will add improvement as soon for the latest version, thanks
Hi from england, good review. i’ll come back next week to see what’s new.
Thank you so much, there aren’t enough posts on this… keep up the good work
Found your blog post on google, great share
Do you know what the difference is between word press com and word press org?
Nice post mate
Nice post mate
Interesting, never thought of it like that
I love your blog theme, can you tell me the name of it or where you downloaded it? thx.
i created it myself
How do you load an email list?
reading through wp_comments table on MySQL Database,
every comments will leave an email address isn’t it ?
If you need to import manually into the wp table, you can import a list via comma delimited. You could also write a quickie custom PHP script to do the job from a plain text list.
yeah, thanks