Skip to content
Snippets Groups Projects
Verified Commit ccf2e48a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Set noreply@HOSTNAME for reply_to field in all emails

parent c0f6a932
No related branches found
No related tags found
1 merge request!1Fix Links To Gitlab Cloud
Loading
@@ -16,6 +16,7 @@ class Notify < ActionMailer::Base
Loading
@@ -16,6 +16,7 @@ class Notify < ActionMailer::Base
default_url_options[:script_name] = Gitlab.config.gitlab.relative_url_root default_url_options[:script_name] = Gitlab.config.gitlab.relative_url_root
   
default from: Gitlab.config.gitlab.email_from default from: Gitlab.config.gitlab.email_from
default reply_to: "noreply@#{Gitlab.config.gitlab.host}"
   
# Just send email with 3 seconds delay # Just send email with 3 seconds delay
def self.delay def self.delay
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment