GitLab 5.1: wrong e-mail sender
Created by: luigidr
Hi,
I have just updated to GitLab 5.1 from 5.0 (following the upgrade guide).
Later, I created a new user but the "welcome" e-mail is sent from [email protected] (instead of [email protected]; also the included link to GitLab is wrong (http://localhost/gitlab instead of http://git.mydomain.example.com). I checked all the configuration files and notify.rb: everything seems ok.
Any suggestion to solve the problem?
Thanks a lot!
P.S. With the same configuration and GitLab 5.0, the e-mail sender and content were right...
SOLVED -> my fault: the Sidekiq version running with GitLab 5.0 doesn't stop correctly and, in some way, conflicts with the "newer" version...