I just installed GitLab 7.8 CE and all email notifications are not working. 
(Register/ForgotPassword/ResendConfirmation/ChangeEmail and many more)

After ~6 hours i'm just clueless how to solve this problem. Pls help!

It has something todo with "sendmail". But i have no clue how to switch it 
to "postfix" for example. 
The Server is CentOS7. I also searched all different kind of logs, but 
there is not a single response in any file. 
So no debugging either ;(

/gitlab/config/gitlab.yml

email_enabled: true
email_from: u...@provider.com


/gitlab/config/environments/production.yml

config.action_mailer.delivery_method = :stmp
config.action_mailer.perform_deliveries = true

config.action_mailer.sendmail_settings = {
  location: '/usr/sbin/sendmail',
  arguments: '-i'
}

config.action_mailer.smtp_settings = {
  address:              'provider.com',
  port:                 587,
  domain:               'my-domain.com',
  user_name:            'u...@provider.com',
  password:             'password',
  authentication:       'plain',
  enable_starttls_auto: true
}


Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/8f9725f6-ca0e-484c-839f-7897c8d12a3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to