Restoring Redmine email service
We've recently had to move our Redmine installation to a new server. Everything is working correctly except the email notification process. Can someone point me to the correct place in the wiki for configuration of email notification. General search is giving too many hits.
Thanks
Max
Replies (2)
RE: Restoring Redmine email service
-
Added by Daniil Demekhin 2 days ago
RE: Restoring Redmine email service
-
Added by Daniil Demekhin 2 days ago
You need edit file configuration.yml
example:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: your.pochta.com
port: 587
domain: your.domain
authentication: :login
user_name: login_mail
password: 'password email'