Project

General

Profile

Trying to setup Diff Email Plugin

Added by Ivan Kuznetsov over 14 years ago

Hi all!

Have some troubles installing Diff Email Plugin (http://github.com/Lamar/redmine_diff_email/tree).

My environement:

Ruby: 1.8.6 (2008-08-11 patchlevel 287) [i486-linux]
Rails: 2.1.2
Database: PostgreSQL 8.2.7
Server: Apache
Repository: SVN
OS: Gentoo Linux

My redmine is configured and works just perfect. It can send email notifications and browse svn repository.

What I was doing:
1. Download plugin from http://github.com/Lamar/redmine_diff_email/tree
2. Unpack it to {REDMINE_ROOT}/vendor/plugins/redmine_diff_email
3. Then I made 'rake db:migrate_plugins RAILS_ENV=production' at {REDMINE_ROOT}

Now when I go to any project settings I see new button 'Email Diff'.

The problem: When I commit some changes to this project - there is no email notifications. Moreover - there is no attempts to send them in mail server logs.

Any ideas?