I forgot to mention that this is on the 7.0.0 omnibus package. On Friday, July 11, 2014 2:46:07 PM UTC-4, Steven Hall wrote: > > I'm using Red Hat 6.5 and the CentOS 6 omnibus distribution, and > everything works beautifully except for emails. I cannot for the life of me > get an email to send from the system, even after switching to use SMTP > instead. I followed the directions and my gitlab.rb file looks like the > below (I can't figure out how to tell it to not use authentication), but > the emails just don't send. I don't even know what troubleshooting steps to > try; nothing I've done so far has worked. Any advice would be greatly > appreciated! > > gitlab.rb: > > # Change the external_url to the address your users will type in their > browser > external_url 'URL' > gitlab_rails['smtp_enable'] = true > gitlab_rails['smtp_address'] = "MAIL SERVER URL" > gitlab_rails['smtp_port'] = 25 > gitlab_rails['smtp_authentication'] = false > gitlab_rails['smtp_enable_starttls_auto'] = false >
-- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/0a33535f-817d-4eaa-aad6-44330d4fd321%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
