Hi,

I have the below Gmail SMTP settings in /etc/gitlab/gitlab.rb and referring 
to https://docs.gitlab.com/omnibus/settings/smtp.html. It is working 
perfectly fine. But when i receive the email for example password reset or 
adding new user i am getting the email from address as 
*gic-...@digitprodtest.com* instead of *git...@digitprodtest.com*

Am i missing anything or is there any issue with 
*gitlab_rails['gitlab_email_from'] 
= "git...@digitprodtest.com"* ?

gitlab_rails['gitlab_email_enabled'] = true
gitlab_rails['gitlab_email_from'] = "git...@digitprodtest.com"
gitlab_rails['gitlab_email_display_name'] = 'GitLab'
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtp.gmail.com"
gitlab_rails['smtp_port'] = 587
gitlab_rails['smtp_user_name'] = "gic-...@digitprodtest.com"
gitlab_rails['smtp_password'] = "Test$%&*$"
gitlab_rails['smtp_domain'] = "smtp.gmail.com"
gitlab_rails['smtp_authentication'] = "login"
gitlab_rails['smtp_enable_starttls_auto'] = true
gitlab_rails['smtp_tls'] = false
gitlab_rails['smtp_openssl_verify_mode'] = 'peer' # Can be: 'none', 'peer', 
'client_once', 'fail_if_no_peer_cert', see 
http://api.rubyonrails.org/classes/ActionMailer/Base.html

https://support.google.com/mail/answer/22370?hl=en

Any help will be highly appreciable. Thanks in Advance.

Best Regards,

Kaushal

-- 
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/133fa106-3728-4273-9394-1bde45052a03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to