Reply-Adress for Notifications not working as supposed
Hi,
by configuring gitlab_rails['gitlab_email_from'] in omnibus installer most user would suppose, that this value is also used as reply-Adress
in notify.rb:
default from: Proc.new { default_sender_address.format } default reply_to: "noreply@#{Gitlab.config.gitlab.host}"
e.g. I configure gitlab-noreply@mycompany.com as email_from value, I suppose, that this will be the reply_to adress and not noreply@gitlab.mycompany.com
As I don't know ruby, would anybody be so kind and fix this?