Project

General

Profile

Bug #297

Email Notification Not Working In Redmine

Added by Daniel Curtis over 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
01/10/2014
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

I encountered an error where email notifications were not being sent from redmine. The problem was a misconfiguration in the config/configuration.yml from the redmine folder. I added the correct configuration, similar to the following example:

production:
  delivery_method: :smtp
  smtp_settings:
    enable_starttls_auto: true
    address: "smtp.example.com" 
    port: 587
    domain: "project.example.com" 
    authentication: :login
    user_name: "project@example.com" 
    password: "SuperSecretPassword" 

I also needed to update the config/application.rb file and change the following variable from:

config.action_mailer.perform_deliveries = flase

to

config.action_mailer.perform_deliveries = true

#1

Updated by Daniel Curtis over 10 years ago

  • Description updated (diff)
#2

Updated by Daniel Curtis almost 9 years ago

  • Project changed from 24 to Website Hosting

Also available in: Atom PDF