Update README.md

Minor edit for email plugin
This commit is contained in:
khanduras 2015-12-20 23:20:04 -08:00
parent a6476ab527
commit 7aabf397f6
1 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,8 @@ The comment form will appear on the blog post items matching the enabled routes.
To set the enabled routes, create a `user/config/plugins/comments.yaml` file, copy in it the contents of `user/plugins/comments/comments.yaml` and edit the `enable_on_routes` and `disable_on_routes` options according to your needs.
> Make sure you configured the "Email from" and "Email to" email addresses in the Email plugin with your email address!
# Enabling Recaptcha
The plugin comes with Recaptcha integration. To make it work, create a `user/config/plugins/comments.yaml` file, copy in it the contents of `user/plugins/comments/comments.yaml` and uncomment the capthca form field and the captcha validation process.
@ -71,4 +73,4 @@ The plugin interacts with the Email plugin to send emails upon receiving a comme
- Allow to delete comments from the Admin Plugin
- Ability to see all comments of a page in the Admin Plugin
- Ability to reply to a comment from the Admin Plugin
- Auto-fill the comment form when a user is logged in
- Auto-fill the comment form when a user is logged in