1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class ProfileNotifier < ActionMailer::Base
6 default from: Rails.configuration.admin_notifier_email_from
8 def profile_created(user, address)
10 mail(to: address, subject: "Profile created by #{@user.email}")