redmine won't sent notification emails
Added by Alexander Yurchik about 16 years ago
Hi I'm using redmine rev. 2903
Here is email.yml
production:
delivery_method: :smtp
smtp_settings:
address: localhost
port: 25
domain: domain.com
authentication: :none
contents of the production.log:
Processing IssuesController#edit (for IP at 2009-10-03 07:06:28) [POST]
Parameters: {"time_entry"=>{"comments"=>"", "activity_id"=>"", "hours"=>""}, "commit"=>"Submit", "notes"=>"it just should send email notification........
Sent mail to <---- !!!nothing here!!!
Redirected to actionshowidBug #37: Emails from redmine
Completed in 178ms (DB: 6) | 302 Found [http://www.domain.com/issues/37/edit]
When I try to run 'mail -s "test"' under redmine user it works fine.
Can anybody help?
Thanks.