I get a "No route matches" when sending a test email.
Added by Chris Topher almost 11 years ago
Hello everyone!
Sorry, new to Redmine AND Ruby!
When I'm at /settings/edit?tab=notifications, and click on "Send a test email," I get this error at the top:
An error occurred while sending mail (No route matches {:controller=>"welcome", :action=>"index"})
I know sendmail works on the server. I've tested it on the command line and in PHP.
In my config/configuration.yml file, I have:
default:
email_delivery:
delivery_method: :sendmail
sendmail_settings:
arguments: -i
enable_starttls_auto: false
authentication: :none
production:
email_delivery:
delivery_method: :sendmail
sendmail_settings:
arguments: -i
enable_starttls_auto: false
authentication: :none
development:
email_delivery:
delivery_method: :sendmail
sendmail_settings:
arguments: -i
enable_starttls_auto: false
authentication: :none
Here's what I'm using:
Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.4.2 Rack version 1.1 Rails version 2.3.14 Active Record version 2.3.14 Active Resource version 2.3.14 Action Mailer version 2.3.14 Active Support version 2.3.14
Any help would be much appreciated.
Thanks!
Replies (1)
RE: I get a "No route matches" when sending a test email.
-
Added by x xiao almost 11 years ago
I'm seeing the same on a standard Debian 7.8 release, did not see this before.