X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a14f6bf083841a868c054e7e00149c6a1bf0b708..effb6e13d6a4d024243138cacfeb582efba5e24a:/services/api/app/mailers/profile_notifier.rb diff --git a/services/api/app/mailers/profile_notifier.rb b/services/api/app/mailers/profile_notifier.rb index 13e3b34387..849eefe8e1 100644 --- a/services/api/app/mailers/profile_notifier.rb +++ b/services/api/app/mailers/profile_notifier.rb @@ -1,5 +1,9 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class ProfileNotifier < ActionMailer::Base - default from: Rails.configuration.admin_notifier_email_from + default from: Rails.configuration.Users.AdminNotifierEmailFrom def profile_created(user, address) @user = user