Project

General

Profile

Actions

Defect #3989

closed

testing email sent, notification not

Added by Daniel Sintaj over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
High
Category:
-
Target version:
-
Start date:
2009-10-07
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

hi there..

i appreciate your work on this awesome and really helpful, flexible project. :)
everything's going great so far, but i have just one little problem.

after our last upgrade (084-svn-2845) i noticed, that watchers who are involed in some project or a particular ticket are no longer notified about any changes that are made.

info:

OS: Fedora 11, krenel: 2.6.29.6-217.2.16.fc11.x86_64
Ruby: 1.8.6 (2009-06-08 patchlevel 369) [x86_64-linux]
Rails: 2.3.4
DB: MySQL 5

Our settings are just fine, when I try to send a testing email - it will pass without any problem.

...but our watchers aren't notified at all.

I would really appreciate your help and again, thanks for the great work on the Redmine project.

environment.rb:

  ActionMailer::Base.delivery_method = :sendmail
  ActionMailer::Base.sendmail_settings = {
   :location => '/usr/sbin/sendmail',
   :arguments => '-i -t'
  }
  config.action_mailer.perform_deliveries = true
  config.action_mailer.delivery_method = :sendmail
  config.action_mailer.default_charset = "utf-8" 
  config.action_mailer.raise_delivery_errors = true

email.yml:

production:
   delivery_method: :sendmail
   sendmail_settings:
     location: /usr/sbin/sendmail
     arguments: -i -t

I did read other issues, but unfortunately none of them were helpful. :(

~ Daniel.

Actions

Also available in: Atom PDF