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_
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
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
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