Project

General

Profile

How to see email address for notifications in logfile

Added by Klaus Friese over 3 years ago

Hi,

One of our redmine users told us that he gets the notification mails on another email address than configured in his account. I double checked the settings - looks fine on our side. I remember that I could see the email addresses in the logfile in previous versions, now I only see entries "Performing ActionMailer::DeliveryJob ..."

Does somebody know how I can add the email address in the logfile output?

Thanks
Klaus


Replies (2)

RE: How to see email address for notifications in logfile - Added by RedChris B. over 3 years ago

You need to comment the line 'config.action_mailer.logger = nil' in .../config/environments/production.rb and most probably restart the application.

RE: How to see email address for notifications in logfile - Added by Klaus Friese over 3 years ago

RedChris B. wrote:

You need to comment the line 'config.action_mailer.logger = nil' in .../config/environments/production.rb and most probably restart the application.

Thanks a lot. I viewed this file a few times before but I never recognized this line (and the comment ' No email in production log' in the line before.

    (1-2/2)