X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/85ee7f10d6aa8084da51a388011395c080842c70..d63601c63f651ab9fe4fefb5a7e8d76bf0495da3:/services/api/app/mailers/profile_notifier.rb?ds=sidebyside diff --git a/services/api/app/mailers/profile_notifier.rb b/services/api/app/mailers/profile_notifier.rb index 3863e8a621..13e3b34387 100644 --- a/services/api/app/mailers/profile_notifier.rb +++ b/services/api/app/mailers/profile_notifier.rb @@ -3,6 +3,6 @@ class ProfileNotifier < ActionMailer::Base def profile_created(user, address) @user = user - mail(to: address, subject: 'Profile created') + mail(to: address, subject: "Profile created by #{@user.email}") end end