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_rails['smtp_authentication'] = ""
gitlab_rails['smtp_enable_starttls_auto'] = false
gitlab_rails['openssl_verify_mode'] = "none"



The problem I had was, that as soon as I configured one of the commented 
options it failed sending e-mails - even if set to empty. So the cure was 
not even to define them. Maybe you could try this with your config too.

-- 
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/50c7aa63-1cac-4ad8-8324-91caa16c4164%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to