Hi. I don't know exactly how your smtp service provider works, but in my case I had to set enable_starttls_auto to false and authentication to login to make it work. You could try.

Best regards,
Juan Carlos

El 02/03/15 16:22, Sytse Sijbrandij escribió:
Please see 
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#emails-are-not-being-delivered

Best regards,
Sytse Sijbrandij
CEO GitLab B.V.


On Mon, Mar 2, 2015 at 3:36 AM, Christoph Egger <cont...@readycheck.org> wrote:
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.

--
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/54F516C6.808%40reduc.edu.cu.
For more options, visit https://groups.google.com/d/optout.

Reply via email to