Hi,
I'm a noob with Redmine and I'm trying to send a email notification. Is Redmine 2.2.0 from bitnami .exe running on Windows XP. In the configuration.yml I wrote at the end of the file (with the " "): After every change I restart all the programs that bitnami redmine stack shows (Apache, MySQL,Subversion,Thin_redmine,Thin_redmine2)
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "smtp.gmail.com"
port: 587
domain: "smtp.gmail.com"
authentication: :plain
user_name: xxx@gmail.com
password: yyy
enable_starttls_auto: true
#specific configuration options for development environment
#that overrides the default ones
development:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "smtp.gmail.com"
port: 587
domain: "smtp.gmail.com"
authentication: :plain
user_name: xxx@gmail.com
password: yyy
enable_starttls_auto: true
But when I use option Send test email I get this error:
**An error occurred while sending mail (getaddrinfo: No such host is known. )**
and in the production.log I see (and then a lot of scm errors for all the repository... I suppose because i didn't configured any repository):
Started GET "/redmine/admin/test_email" for 127.0.0.1 at 2013-01-07 09:58:13 +0100
Processing by AdminController#test_email as HTML
Current user: admin (id=3)
Rendered mailer/test_email.text.erb within layouts/mailer (0.0ms)
Rendered mailer/test_email.html.erb within layouts/mailer (0.0ms)
Sent email "Redmine test" (3172ms)
bcc: xxx@gmail.com
Redirected to http://localhost/redmine/settings/edit?tab=notifications
Completed 302 Found in 4812ms (ActiveRecord: 0.0ms)
Started GET "/redmine/settings/edit?tab=notifications" for 127.0.0.1 at 2013-01-07 09:58:18 +0100
Processing by SettingsController#edit as HTML
Parameters: {"tab"=>"notifications"}
Current user: admin(id=3)
Rendered settings/_general.html.erb (15.6ms)
Rendered settings/_display.html.erb (0.0ms)
Rendered settings/_authentication.html.erb (15.6ms)
Rendered settings/_projects.html.erb (15.6ms)
Rendered queries/_columns.html.erb (15.6ms)
Rendered settings/_issues.html.erb (15.6ms)
Rendered settings/_notifications.html.erb (0.0ms)
Rendered settings/_mail_handler.html.erb (15.6ms)
SCM command failed, make sure that your SCM command (e.g. svn) is in PATH (C:\\BitNami\\redmine-2.2.0-0\\imagemagick\\;C:/BitNami/redmine-2.2.0-0/ruby/lib/ruby/gems/1.9.1/bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0;c:\\Program Files\\Microsoft SQL Server\\90\\Tools\\binn\\;C:\\BitNami\\redmine-2.2.0-0/git/bin;C:\\BitNami\\redmine-2.2.0-0/subversion/bin;C:\\BitNami\\redmine-2.2.0-0\\imagemagick)
You can configure your scm commands in config/configuration.yml.
"darcs" --version
with: No such file or directory - "darcs" --version
scm: error during get scm available: No such file or directory - "darcs" --version
SCM command failed, make sure that your SCM command (e.g. svn) is in PATH (C:\\BitNami\\redmine-2.2.0-0\\imagemagick\\;C:/BitNami/redmine-2.2.0-0/ruby/lib/ruby/gems/1.9.1/bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0;c:\\Program Files\\Microsoft SQL Server\\90\\Tools\\binn\\;C:\\BitNami\\redmine-2.2.0-0/git/bin;C:\\BitNami\\redmine-2.2.0-0/subversion/bin;C:\\BitNami\\redmine-2.2.0-0\\imagemagick)
You can configure your scm commands in config/configuration.yml.
"darcs" --version
with: No such file or directory - "darcs" --version
scm: error during get version string: No such file or directory - "darcs" --version
SCM command failed, make sure that your SCM command (e.g. svn) is in PATH (C:\\BitNami\\redmine-2.2.0-0\\imagemagick\\;C:/BitNami/redmine-2.2.0-0/ruby/lib/ruby/gems/1.9.1/bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0;c:\\Program Files\\Microsoft SQL Server\\90\\Tools\\binn\\;C:\\BitNami\\redmine-2.2.0-0/git/bin;C:\\BitNami\\redmine-2.2.0-0/subversion/bin;C:\\BitNami\\redmine-2.2.0-0\\imagemagick)
You can configure your scm commands in config/configuration.yml.
"hg" --version
with: No such file or directory - "hg" --version
scm: error during get scm available: No such file or directory - "hg" --version
SCM command failed, make sure that your SCM command (e.g. svn) is in PATH (C:\\BitNami\\redmine-2.2.0-0\\imagemagick\\;C:/BitNami/redmine-2.2.0-0/ruby/lib/ruby/gems/1.9.1/bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0;c:\\Program Files\\Microsoft SQL Server\\90\\Tools\\binn\\;C:\\BitNami\\redmine-2.2.0-0/git/bin;C:\\BitNami\\redmine-2.2.0-0/subversion/bin;C:\\BitNami\\redmine-2.2.0-0\\imagemagick)
You can configure your scm commands in config/configuration.yml.
"hg" --version
with: No such file or directory - "hg" --version
scm: error during get version string: No such file or directory - "hg" --version
SCM command failed, make sure that your SCM command (e.g. svn) is in PATH (C:\\BitNami\\redmine-2.2.0-0\\imagemagick\\;C:/BitNami/redmine-2.2.0-0/ruby/lib/ruby/gems/1.9.1/bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0;c:\\Program Files\\Microsoft SQL Server\\90\\Tools\\binn\\;C:\\BitNami\\redmine-2.2.0-0/git/bin;C:\\BitNami\\redmine-2.2.0-0/subversion/bin;C:\\BitNami\\redmine-2.2.0-0\\imagemagick)
You can configure your scm commands in config/configuration.yml.
"cvs" --version
*continues by the same way*