X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fde712e92ad33e03dfd79f5fca99d2005cdd0795..0db099d96a60ffafdaf0cdf14e92a4dc579e723e:/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 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