13996: Update rest of code for cleaner config access
[arvados.git] / services / api / app / mailers / profile_notifier.rb
index 8c0c5ec863bccf5b91893cc7ef3bfbf5c3c42edd..849eefe8e1b66bfa7f14eb0c0a158131fbacbb07 100644 (file)
@@ -3,7 +3,7 @@
 # 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