Welcome to mirror list, hosted at ThFree Co, Russian Federation.

devise_mailer.rb « mailers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4b65c19b3f0b95535bd2026324ec1e1c07da70b (plain)
1
2
3
4
class DeviseMailer < Devise::Mailer
  default from: "#{Gitlab.config.outgoing_emails.display_name} <#{Gitlab.config.outgoing_emails.from}>"
  default reply_to: Gitlab.config.outgoing_emails.reply_to
end