Re: GitLab 7.8 Email Notifications not working

2015-04-12 Thread tombert
Also had troubles, now I am doing this in gitlab.rb: gitlab_rails['smtp_enable'] = true gitlab_rails['smtp_address'] = "mailhost.myhost.at" gitlab_rails['smtp_port'] = 25 #gitlab_rails['smtp_user_name'] = "" #gitlab_rails['smtp_password'] = "" #gitlab_rails['smtp_domain'] = "mydomain.at" #gitlab_

Re: GitLab 7.8 Email Notifications not working

2015-03-08 Thread greenLED
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-or

Re: GitLab 7.8 Email Notifications not working

2015-03-02 Thread Sytse Sijbrandij
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 wrote: > I just installed GitLab 7.8 CE and all email notifications are not working. > (Re

GitLab 7.8 Email Notifications not working

2015-03-02 Thread Christoph Egger
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 t