Project

General

Profile

Unable to set up Email configuration in redmine

Added by Megha Pandey over 6 years ago

Hello ,

I was trying to configure Email notifications in redmine using Postfix/SMTP. I am able to send email through command line.

My configuration.yml file is

  email_delivery:
      delivery_method: :smtp
      smtp_settings:
        address: "localhost" 
        port: 25

Also I have restarted the redmine using command: bundle exec rails server webrick -e production

Still I am getting the following message in Redmine

"Email delivery is not configured, and notifications are disabled.
Configure your SMTP server in /etc/redmine/<instance>/configuration.yml and restart the application to enable them."

Kindly help in sorting this out.

Thanks & Regards
Megha Pandey