diff --git a/README.md b/README.md index d92f23f..e1d4eda 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- Auto-fill the comment form when a user is logged in