Actions
Defect #11284
closedEmail missing route after change home route
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I want to have the project list as the home page for my redmine site, so I changed the following in routes.rb from
root :to => 'welcome#index', :as => 'home'
to
root :to => 'projects#index', :as => 'home'
However, now email notification is not working. When I attempt to send a test-email I get the following error:
An error occurred while sending mail (No route matches {:controller=>"welcome"})
Any help would be greatly appreciated.
Actions