Project

General

Profile

Email Setup Issue

Added by Scott Little about 8 years ago

Hello,

I am trying to setup the email configuration in Redmine for delivery, but am getting absolutely nowhere and cannot figure out why.

I have configured the `config/configuration.yml` file as described in the EmailConfiguration wiki page (almost every variation as well).

However, Redmine never even picks up the configuration - the Settings > Email Notifications page always says "Email delivery is not configured, and notifications are disabled."

And yes I have restarted the app (well apache, since that is where it is running). I even went so far as to doubt that I was hitting the same server, so I stopped apache and tried to access the site, to ensure that it was the same.

Here is my configuration.yml file contents (entirely):

default:
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      enable_starttls_auto: true
      address: "smtp.sendgrid.net" 
      port: 587
      domain: "domain.com" 
      authentication: :plain
      user_name: "username" 
      password: "password" 

Any one got any ideas?

As an aside, I don't seem to be getting any logs. There is no [redmine]/log/production.log file. Not sure why that is, but obviously it makes it that I cannot view any errors either.

Thanks,
Scott