Comment Mailer is a WordPress plugin that helps you maintaining the discussion on your blog by letting the commenters know that you have replied their comments on the comment section of your post. Everytime you post a comment to answer previous comments from your visitors, you’ll be given an option to send a notification email to a spcecific commenters. It’s simple and easy.

Why You Should Use This Plugin

  • You’ll never know whether your blog commenters is going to visit back to look for your reply for his/her comment, subscribe a comment feed for a specific post, or choose to receive notification e-mail (if you provide one). By using this plugin, you’ll have a full control to decide whether it is necessary to notify a commenter for a new reply.
  • It keeps the discussion rolling on your blog comment system.

Grab it

commentmailer-0.1

Installation

  1. Download the package and decompress it
  2. Upload the file named commentmailer.php to your /wp-content/plugins/ directory. Put it directly inside /plugins/, not in a subdirectory of it.
  3. Go to your Plugin activation section and activate the plugin
  4. Well done!
  5. If necessary, you can configure anything on the admin panel. Login into your wp-admin and select Options -> CommentMailer

Usage

If you are logged in as an administrator on your blog, you’ll see an additional list menu on the comment submission form. Select the commenters to whom you are going to send a notification e-mail. Then click the submit button as usual. Leave the rest to the plugin to work. If you install a localization files of this plugin, you will be able to select which language you want to reply in.

Localization

Localization plays an important role in this plugin since it determines the content of your notification e-mail.

Language Version Translator Source code Binary
Bahasa Indonesia 0.1 Huda Toriq id_ID id_ID
Français 0.1 Xavier Borderie fr_FR fr_FR
Japanese 0.1 Tai ja ja
Russian 0.1 Sol B. Salpagarov ru_RU ru_RU

To use the localization, simply upload the desired .mo to your plugin directory (/wp-content/plugins/).

If you are using this plugin, please consider helping me translate it into your language, you can use the template (commentmailer.pot) file included in the plugin package archive. Please send the translation result back to me so I could commit them to the repository and provide the download link here.

Frequently Asked Questions

Can my blog visitors use same list menu to send comment notification to the other commenters?

No unless they are registered as your blog user and are logged in when they are submitting a comment. Otherwise they would see the regular comment form, without the additional list menu.

The e-mail header configuration can only be filled with a single setting (single sender name, single e-mail address). How could a multi user blog specify multiple settings for the plugin?

You couldn’t. But you can leave it blank so that the display name and email address from the user profile will be used instead of the commentmailer option

Why I don’t see any extra options on the comment submission form?

It’s probably because your theme doesn’t have a hook called comment_form. I use this hook to automatically insert the multiple list menu containing the names of the commenters. Check your theme file for a code that look like this: <&php do_action('comment_form', $post->ID); &> Usually it’s located inside ‘comments.php’. If you don’t have one, try adding it manually. Or, you can use this template tag: commentmailer_form()

Changelog

  • November 28 2007 - Version 0.1
    Dynamic localization (new menu for selecting desired e-mail language). Introducing new template tag: commentmailer_form().
    View changes
  • September 2 2007 - Version 0.1-beta
    Major fixes for previously broken functions. The multiple list is now working.
  • August 20 2007 - Version 0.1-alpha
    Initial release. The multiple list is not 100% working actually. You could only send notification to 1 visitor.

54 Tanggapan terhadap “CommentMailer”


  1. Ikon Gravatar 1 Ken Savage

    Does this conflict with the ‘Subscribe to Comments’ plugin that emails everyone if they subscribe to a posts’ comments?

  2. Ikon Gravatar 2 Russ Lipton

    Is it possible to modify this to send comment notification to all registered users as well as to those who commented?

  3. Ikon Gravatar 3 Alfred

    Awesome plugin man.
    I am using it on http://alfred.co.in now.
    Works like a charm.

    Will write a review on this soon.

  4. Ikon Gravatar 4 Cadmus

    hi there,I’m glad to see the plug-ins that you designed.
    but I have a question is the plug-ins work out with the mail server on it ?

  5. Ikon Gravatar 5 Charles

    I don’t want to see that send to others form.. how can I get rid of that?

    Thanks,

    Charles

  6. Ikon Gravatar 6 huda

    @Ken Savage
    No idea. I used that plugin once, but never used it together with this plugin. I never paid much attention to that plugin’s code. But it seems they share the same WP hook (just a guess). Duplicate email might be sent to a commenter that both subscribe to the comment and is selected as a recipient when the blog owner send a comment reply (again, just a guess). I’ll take a closer look to this case. Thx for reminding me. :)

    @Russ Lipton
    It’s WordPress plugin man, everything is possible :). That’s a good idea. Would help a multi author blog so much. I’ll put that to my to-do-list. If you need the implementation right away, feel free to modify it.

    @Alfred
    Can’t wait to read the review :). I really appreciate that.

    @Cadmus
    It uses WP’s integrated phpmailer class. It will select the best available method for sending email (SMTP, sendmail, etc). If you are able to receive WP’s notification email (new comments, password reset), you have a good chance to see it working on your blog.

    @Charles
    What do you mean? It’s the only way to use the plugin’s feature. If you don’t need it, then just deactivate the plugin :)

    PS: Sorry if all of you receive this whole replies integrated in one email. This is one of the drawback if you reply comments altogether.

  7. Ikon Gravatar 7 Adis

    Mas huda, ada gak cara biar pengiriman balasan komentar itu ditujukan kepada semua komentator, bukan cuman pada salah satu orang komentator saja….

  8. Ikon Gravatar 8 huda

    @Adis
    Bisa kok mas. Setelah menginstal, di menu tambahan yang muncul, pilih aja semua pengomentar (shift+klik untuk memilih lebih dari satu)

  9. Ikon Gravatar 9 dari gugi

    asyik tuh plug in nya, thanks banget yaahh, kalo masih banyak di share asyik tuh banyak pahalanya

    hehehehe

  10. Ikon Gravatar 10 Sadil

    Hi there!

    I love this plugin, it’s pretty neat. :) Just one thing I’d like to see if perhaps a more careful selection of what is displayed, name-wise. I sometimes have one person commenting more than once. What happens is that their name appears multiple times. This can get really bothersome and take up a lot of space in the list.

    Would it be possible to make a name appear only once in the list if it matches previous comments with the same name and email? And if someone has the same name but a different email, the order remains as newest name at the top of the list?

  11. Ikon Gravatar 11 huda

    Thank you Sadil.

    Yeah, you were right, sometimes it’s annoying to see those names repeated many times. I was thinking of using a checkbox on each comment rows at first. But the user will need additional stylesheet treatment to place them properly. And I avoided that. So I came up to the idea of using a multiple selection list.

    But I couldn’t agree with your idea. Each option in the list have a unique comment ID. I make it that way so the email could quote the comment content to the email body. If you are replying to someone who commented more than once, you probably want the recipient know which comment that you are replying.

    About your second idea, sometimes different people have the same name right? So I think grouping them by name isn’t a wise idea?

    But if you want to make some modification to your installed plugin, feel free to do so.

  12. Ikon Gravatar 12 Sadil

    Hey again!

    Yeah, that makes sense. I didn’t look at it like that.

    However, I was thinking about it and maybe this might be a small enhancement to the selection list: how about adding a time and date behind each name in the list? It would help identify the name with the comment better; instead of looking for a name, you can look for a date/time. It would be easier to find the right name to click for the comment you reply to, especially if your blog entry has 20+ comments on it.

    Sounds like an idea? Or am I missing something again? :)

  13. Ikon Gravatar 13 Carolyn Bahm

    Thanks for creating this program and for offering it for free; I love the idea of CommentMailer. But I’m seeing error messages on my blog, so there must be some setting or code that needs tweaking. Can you help?

    For example, it recently said at the bottom of the comments section at this post:

    Warning: OpenDir: No such file or directory (errno 2) in /usr281/home/c/g/cgb/public_html/wordpress/wp-content/plugins/commentmailer/commentmailer.php on line 204

    I’m not experienced enough to know what this means. Can you advise me what to do to fix this? (All I really know how to do is follow instructions — I don’t know php.)

    Thank you! — Carolyn Bahm
    Collierville, Tennessee, USA

  14. Ikon Gravatar 14 huda

    @Sadil
    Sorry for the late answer. Yeah, maybe a date or a comment excerpt could be helpful. I’ll put it on my TODO list. Please wait until the plugin update notification appear on commentmailer row in your Plugin administration page :D. Btw, if you have suggestion for this plugin development, you could add some tickets to the bug tracker [1] or even submitting some patches :D.

    [1] http://dev.wp-plugins.org/query?component=commentmailer&order=priority

  15. Ikon Gravatar 15 huda

    @Carolyn Bahm
    That’s because you put the commentmailer.php inside a /commentmailer/ subdirectory. Please put it right inside /wp-content/plugins/ rather than /wp-content/plugins/commentmailer

  16. Ikon Gravatar 16 Jenz Iggo

    Salam Huda,

    I can’t download the plugin. Would love to try the plugin. Appreciate if you can update the link. Thank you!

  17. Ikon Gravatar 17 huda

    @Jenz Iggo

    Done!
    It seems WordPress.org changed the URL of each plugins hosted there. Thanks. wouldn’t noticed that if you hadn’t tell me.

  18. Ikon Gravatar 18 Gugun

    Mas lagi-lagi aku gak bisa download plugin. Juga WP Indonesia 2.3.3
    Mungkin mas lagi berbaik hati utk mengirim ke emailku atau dishare ke server mirror. Convert ke tar.gz atau rar.
    Matur suwun sanget :)

  19. Ikon Gravatar 19 Khristopher

    Hey, I love this plugin, but it is no longer working for me. The problem started after I moved my blog directory from http://khristopher.com/blog/ to http://khristopher.com
    This is the error message:
    Warning: opendir(wp-content/plugins) [function.opendir]: failed to open dir: No such file or directory in /home/userexample/public_html/blog/wp-content/plugins/commentmailer.php on line 204

  20. Ikon Gravatar 20 Magcisse
  21. Ikon Gravatar 21 Carolyn B.

    Huda,
    I’m still having problem with the error code showing up. I have moved commentmailer.php right inside the plugins folder (not inside another folder) as you advised, but the error is still showing up.

    For example, if you click on the comments for one of my recent posts,/a> you’ll see this at the bottom:

    Warning: OpenDir: No such file or directory (errno 2) in /usr281/home/c/g/cgb/public_html/wordpress/wp-content/plugins/commentmailer.php on line 204

    The plugin is working, but I’d like to resolve this for cosmetic reasons on my site. Can you please advise me?

    Thanks — Carolyn

  22. Ikon Gravatar 22 Carolyn B.

    This is an addendum to my previous message: I’m using WordPress 2.3.3. Maybe it’s my theme causing the problem … but it’s happening on both of my blogs, which use different themes.

    I also tried turning off other plug-ins but the error code remained.

    Any suggestions?

  23. Ikon Gravatar 23 Carolyn B.

    Another follow-up:

    I also did “view source” for the comments page that’s displaying the error — here’s what is on line 204 for that page (my error message mentioned line 204):

    <a rel=”nofollow” target=”_blank”

    Don’t know if that’s helpful in de-bugging?

  24. Ikon Gravatar 24 Carolyn B.

    It’s been 12 days since I posted a request for help here — are you still supporting this plug-in?

  25. Ikon Gravatar 25 Ardhi

    mas huda..mantap nih jadi developer wordpress untuk indonesia..gmn mas caranya? salut deh…gmn cara bikin plugin untuk wp. pake bahasa apa mas…btw sorry banyak nanya soalnya newbie nih…salam kenal

  26. Ikon Gravatar 26 Faris

    web yg bagus, isinya bermutu tampilannya ga bosenin, nice blog

    http://liriklaguhit.blogspot.com/
    http://goglek.blogspot.com/

  27. Ikon Gravatar 27 Nugroho

    he…he… halo mas aku yang tadi. Aku mau tanya plugin ini buat apa ya… maaf aku nggak mudeng bahasa inggris…

  28. Ikon Gravatar 28 ARS

    mas huda, apa commentmailer ini sama dengan versi yang terbaru (0.1.3) di http://sit.24stunden.de/cmailer/ ? tapi kok pas tak cobain versi terbaru itu malah ga bisa ya? beda sama yang versi disini

  29. Ikon Gravatar 29 ARS

    Ini belum di update2 juga kah?

    Padahal lagi nunggu ada penambahan fasilitas tautan ke komentarnya yang bisa di klik langsung dari email yang dikirimkan :(

  1. 1 CommentMailer Localization on The Fly pada Thariqul Huda
    Ping balik pada tanggal 3 Des 2007 pada pukul 16:11
  2. 2 WordPress Maniac! » Nuevos Plug ins para tu Wordpress
    Ping balik pada tanggal 19 Des 2007 pada pukul 05:16
  3. 3 Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 12/20
    Ping balik pada tanggal 20 Des 2007 pada pukul 11:33
  4. 4 Make Money Online Blog » WordPress Plugin Releases for 12/20
    Ping balik pada tanggal 21 Des 2007 pada pukul 01:26
  5. 5 CommentMailer WordPress Plugin » D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more.
    Ping balik pada tanggal 21 Des 2007 pada pukul 06:07
  6. 6 WordPress Plugins Database » Plugin Details » CommentMailer
    Ping balik pada tanggal 21 Des 2007 pada pukul 13:50
  7. 7 Wp Wordpress » Blog Archive » CommentMailer
    Ping balik pada tanggal 21 Des 2007 pada pukul 14:47
  8. 8 CommentMailer:WordPress???????? at E-space
    Ping balik pada tanggal 22 Des 2007 pada pukul 07:46
  9. 9 CommentsMailer - Show your commentors that you care | Alfred's Tech Blog
    Ping balik pada tanggal 23 Des 2007 pada pukul 01:30
  10. 10 CommentsMailer - Show your commentors that you care | TechiePortal
    Ping balik pada tanggal 23 Des 2007 pada pukul 04:50
  11. 11 2007/11/28 - 2007/12/26?? | ???? by ???
    Ping balik pada tanggal 26 Des 2007 pada pukul 18:38
  12. 12 Sobre WP » CommentMailer, más discusión en tu blog
    Ping balik pada tanggal 27 Des 2007 pada pukul 03:35
  13. 13 Restez en contact avec vos lecteurs sous WordPress | inFrench.net
    Ping balik pada tanggal 29 Des 2007 pada pukul 02:44
  14. 14 WordPress Plugin Releases for 12/20 | SATblog.info
    Ping balik pada tanggal 6 Jan 2008 pada pukul 20:59
  15. 15 WordPress Plugin Releases for 12/20
    Ping balik pada tanggal 9 Jan 2008 pada pukul 13:00
  16. 16 WordPress?????? | ????
    Ping balik pada tanggal 17 Jan 2008 pada pukul 13:35
  17. 17 The Best Blogging Software (WordPress) + The Top 60 WordPress Plugins | Midas Oracle .ORG
    Ping balik pada tanggal 13 Apr 2008 pada pukul 20:39
  18. 18 Honda Motorcyles blog » Tools for the motorcycle bloggers
    Ping balik pada tanggal 1 Jun 2008 pada pukul 03:03
  19. 19 Lidiy’s blog » Blog Archive » ?????????????Wordpress Thread Comment
    Ping balik pada tanggal 28 Jun 2008 pada pukul 15:45
  20. 20 Reflections : Blog Archive : Recommended Wordpress plugins
    Ping balik pada tanggal 29 Jun 2008 pada pukul 21:35
  21. 21 ???????Wordpress?? [2008.06.30] | The sky of Daemon!
    Ping balik pada tanggal 30 Jun 2008 pada pukul 13:20
  22. 22 ???????Wordpress?? [2008.06.30] - Benmao’s Blog
    Ping balik pada tanggal 10 Jul 2008 pada pukul 09:48
  23. 23 some changes in my site | Smartr.cn
    Ping balik pada tanggal 24 Agu 2008 pada pukul 16:28
  24. 24 3?WordPress???????? - ?????
    Ping balik pada tanggal 7 Nov 2008 pada pukul 12:08
  25. 25 Jassy’s Blog ? » Blog Archive » [Version8.2] The Sheepish Sheep
    Ping balik pada tanggal 8 Jun 2009 pada pukul 19:32

Tinggalkan Sebuah Balasan