You are here: Browse Railsplugins Mephisto Comment Email
When someone posts a comment, an email will be sent to the article author.
ruby script/install svn://hasno.info/mephisto/plugins/mephisto_comment_email
There are a few options availible:
* mail prefix - Will be prepended to the email subject:
(blog) segfault posted a comment on "my best blog post"
To change the "(blog)" portion, add the following to
the end of environment.rb:
CommentNotifier.mail_prefix = "(myblogname)"
If you would like to see links to the article and the article's admin page
in the email sent to the author, then make sure to set an akismet_url in
the site's settings.
setup the basic actionmailer parameters, and post a comment…
(C) Mark Guzman 2006, under an MIT license.
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly