I am unable to send emails in GitLab, I am using the service Mailgun, below my settings:
sudo vim /etc/gitlab/gitlab.rb
gitlab_rails['gitlab_email_from'] = "username@domain.com"
gitlab_rails['gitlab_email_reply_to'] = "username@domain.com"
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtp.mailgun.org"
gitlab_rails['smtp_port'] = 587
gitlab_rails['smtp_authentication'] = "plain"
gitlab_rails['smtp_enable_starttls_auto'] = true
gitlab_rails['smtp_user_name'] = "username@domain.com"
gitlab_rails['smtp_password'] = "secret"
gitlab_rails['smtp_domain'] = "domain.com"
sudo gitlab-ctl reconfigure
sudo gitlab-ctl restart
Does anyone have any idea how to solve this? Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This question was answered by @brunowego:
This is a lock. More details here: http://stackoverflow.com/questions/32673938/unable-to-connect-gitlab-with-mailgun/32683924#32683924
This is a lock. More details here: http://stackoverflow.com/questions/32673938/unable-to-connect-gitlab-with-mailgun/32683924#32683924
I think is a lock in the account.
Certainly, thank you.
https://gist.github.com/anonymous/e405c81ad2d8001eee5c
logs?